Source constructor Null safety
Implementation
Source({
required this.accountNumber, required this.amount, required this.narration,
required this.responseCode, required this.responseDescription, required this.transactionCurrency
});
Source({
required this.accountNumber, required this.amount, required this.narration,
required this.responseCode, required this.responseDescription, required this.transactionCurrency
});