formatted the whole codebase
This commit is contained in:
@@ -62,4 +62,3 @@ class Beneficiary {
|
||||
return 'Beneficiary(accountNo: $accountNo, accountType: $accountType, ifscCode: $ifscCode, name: $name)';
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -30,4 +30,3 @@ class Ifsc {
|
||||
return 'IFSC(ifscCode: $ifscCode, bankName: $bankName, branchName: $branchName)';
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -32,7 +32,7 @@ class TransferResponse {
|
||||
TransferResponse({
|
||||
required this.status,
|
||||
required this.message,
|
||||
required this.error,
|
||||
required this.error,
|
||||
});
|
||||
|
||||
factory TransferResponse.fromJson(Map<String, dynamic> json) {
|
||||
@@ -42,4 +42,4 @@ class TransferResponse {
|
||||
error: json['error'] as String?,
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user