Order constructor

Order(
  1. Future<Result<bool, LocationError>> _isInsideGeofence(),
  2. String orderHandle
)

Implementation

Order(this._isInsideGeofence, this.orderHandle);