Order constructor Null safety

const Order(
  1. Result<bool, LocationError> isInsideGeofence,
  2. String orderHandle
)

Implementation

const Order(this.isInsideGeofence, this.orderHandle);