|
| | WalletModel ({ required this.currency, required this.balance, required this.recentTransactions, }) |
| factory WalletModel | fromJson (Map< String, dynamic > json) |
| Map< String, dynamic > | toJson () |
Definition at line 3 of file wallet_model.dart.
◆ WalletModel()
| WalletModel::WalletModel |
( |
{ required this.currency, required this.balance, required this.recentTransactions, } | | ) |
|
|
private |
◆ fromJson()
| factory WalletModel WalletModel::fromJson |
( |
Map< String, dynamic > | json | ) |
|
|
inlineprivate |
◆ toJson()
| Map< String, dynamic > WalletModel::toJson |
( |
| ) |
|
|
inlineprivate |
◆ balance
| final String WalletModel::balance |
|
private |
◆ currency
| final String WalletModel::currency |
|
private |
◆ recentTransactions
The documentation for this class was generated from the following file: