PaymentTransactionsModel constructor

PaymentTransactionsModel({
  1. List<Transactions>? transactions,
  2. String? message,
})

Implementation

PaymentTransactionsModel({this.transactions, this.message});