CollectPaymentModeList constructor

CollectPaymentModeList({
  1. String? id,
  2. List<List<CollectPayment>>? collection,
})

Implementation

CollectPaymentModeList({this.id, this.collection});