SLModelToReport constructor

SLModelToReport({
  1. required ModelSize modelSize,
  2. bool trackingNo = false,
  3. bool courierName = false,
  4. bool weight = false,
  5. bool dimensions = false,
  6. bool receiverName = false,
  7. bool receiverAddress = false,
  8. bool senderName = false,
  9. bool senderAddress = false,
})

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);