LocalPickup constructor

LocalPickup({
  1. int? id,
  2. String? title,
  3. String? methodId,
  4. bool? taxable,
  5. String? cost,
})

Implementation

LocalPickup({this.id, this.title, this.methodId, this.taxable, this.cost});