ModeOfPaymentList constructor

ModeOfPaymentList({
  1. String? name,
  2. Amount? amount,
})

Implementation

ModeOfPaymentList({this.name, this.amount});