App Version added and dart format

This commit is contained in:
2025-10-21 13:32:14 +05:30
parent 06ef2ab36b
commit 58e53d0aeb
45 changed files with 1334 additions and 1230 deletions

View File

@@ -15,7 +15,7 @@ class ImpsTransaction {
required this.ifscCode,
this.remitterName,
required this.beneficiaryName,
required this.tpin,
required this.tpin,
this.remarks,
});

View File

@@ -15,7 +15,7 @@ class NeftTransaction {
required this.ifscCode,
required this.remitterName,
required this.beneficiaryName,
required this.tpin,
required this.tpin,
this.remarks,
});

View File

@@ -11,7 +11,7 @@ class Transfer {
required this.toAccount,
required this.toAccountType,
required this.amount,
this.tpin,
this.tpin,
this.remarks,
});