OrderResponse constructor

OrderResponse(
  1. String status,
  2. String code,
  3. OrderResponseData? data,
  4. String? errorMessage,
)

Implementation

OrderResponse(this.status, this.code, this.data, this.errorMessage);