SLModelToReport constructor
SLModelToReport({})
Implementation
SLModelToReport({
required super.modelSize,
this.trackingNo = false,
this.courierName = false,
this.weight = false,
this.dimensions = false,
this.receiverName = false,
this.receiverAddress = false,
this.senderName = false,
this.senderAddress = false,
}) : super(modelClass: ModelClass.shippingLabel);