OrderEntry constructor

OrderEntry({
  1. String? locationId,
  2. int? version,
  3. String? orderId,
})

Implementation

OrderEntry({this.locationId, this.version, this.orderId});