Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
WalletModel Class Reference

Private Member Functions

 WalletModel ({ required this.currency, required this.balance, required this.recentTransactions, })
factory WalletModel fromJson (Map< String, dynamic > json)
Map< String, dynamic > toJson ()

Private Attributes

final String currency
final String balance
final List< TransactionModelrecentTransactions

Detailed Description

Definition at line 3 of file wallet_model.dart.

Constructor & Destructor Documentation

◆ WalletModel()

WalletModel::WalletModel ( { required this.currency, required this.balance, required this.recentTransactions, } )
private
Here is the caller graph for this function:

Member Function Documentation

◆ fromJson()

factory WalletModel WalletModel::fromJson ( Map< String, dynamic > json)
inlineprivate

Definition at line 14 of file wallet_model.dart.

Here is the call graph for this function:

◆ toJson()

Map< String, dynamic > WalletModel::toJson ( )
inlineprivate

Definition at line 24 of file wallet_model.dart.

Member Data Documentation

◆ balance

final String WalletModel::balance
private

Definition at line 5 of file wallet_model.dart.

◆ currency

final String WalletModel::currency
private

Definition at line 4 of file wallet_model.dart.

◆ recentTransactions

final List<TransactionModel> WalletModel::recentTransactions
private

Definition at line 6 of file wallet_model.dart.


The documentation for this class was generated from the following file: