|
| | CurrencyModel ({ required super.fullName, required super.id, required super.name, required super.symbol, }) |
| factory CurrencyModel | fromJson (Map< String, dynamic > json) |
| | CurrencyEntity ({ required this.fullName, required this.id, required this.name, required this.symbol, }) |
Definition at line 453 of file collection_model.dart.
◆ CurrencyEntity()
| CurrencyEntity::CurrencyEntity |
( |
{ required this.fullName, required this.id, required this.name, required this.symbol, } | | ) |
|
|
private |
◆ CurrencyModel()
| CurrencyEntity::CurrencyModel |
( |
{ required super.fullName, required super.id, required super.name, required super.symbol, } | | ) |
|
|
private |
◆ fromJson()
| factory CurrencyModel CurrencyEntity::fromJson |
( |
Map< String, dynamic > | json | ) |
|
|
inlineprivate |
◆ fullName
| final String CurrencyEntity::fullName |
|
private |
◆ id
| final num CurrencyEntity::id |
|
private |
◆ name
| final String CurrencyEntity::name |
|
private |
◆ symbol
| final String CurrencyEntity::symbol |
|
private |
The documentation for this class was generated from the following files: