removed some print statements
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
// ignore_for_file: non_constant_identifier_names
|
|
||||||
|
|
||||||
class Beneficiary {
|
class Beneficiary {
|
||||||
final String accountNo;
|
final String accountNo;
|
||||||
final String accountType;
|
final String accountType;
|
||||||
@@ -53,7 +51,6 @@ class Beneficiary {
|
|||||||
final beneficiaryList = jsonList
|
final beneficiaryList = jsonList
|
||||||
.map((beneficiary) => Beneficiary.fromJson(beneficiary))
|
.map((beneficiary) => Beneficiary.fromJson(beneficiary))
|
||||||
.toList();
|
.toList();
|
||||||
print(beneficiaryList);
|
|
||||||
return beneficiaryList;
|
return beneficiaryList;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user