EsewaLiveModel constructor

EsewaLiveModel({
  1. required String scd,
  2. required double amt,
  3. required double taxAmt,
  4. double? psc,
  5. double? pdc,
  6. double? tAmt,
  7. required String pId,
  8. required String su,
  9. required String fu,
})

Implementation

EsewaLiveModel({
  required this.scd,
  required this.amt,
  required this.taxAmt,
  this.psc,
  this.pdc,
  this.tAmt,
  required this.pId,
  required this.su,
  required this.fu,
}) : super(false);