OrderData constructor
OrderData({
- String? userId,
- String? userKey,
- String? id,
- String? teamId,
- DateTime? createdOn,
- DateTime? updatedOn,
- String? status,
- String? testkitId,
- Testkit? testkit,
- String? inboundTrackingNumber,
- String? outboundTrackingNumber,
- String? inboundTrackingUrl,
- String? outboundTrackingUrl,
- String? outboundCourier,
- String? inboundCourier,
- PatientAddress? patientAddress,
- PatientDetails? patientDetails,
- String? sampleId,
Implementation
OrderData({
this.userId,
this.userKey,
this.id,
this.teamId,
this.createdOn,
this.updatedOn,
this.status,
this.testkitId,
this.testkit,
this.inboundTrackingNumber,
this.outboundTrackingNumber,
this.inboundTrackingUrl,
this.outboundTrackingUrl,
this.outboundCourier,
this.inboundCourier,
this.patientAddress,
this.patientDetails,
this.sampleId,
});