PayDataModel constructor

const PayDataModel({
  1. String? invoiceId,
  2. required List<Payment> payments,
})

Implementation

const PayDataModel({this.invoiceId, required this.payments});