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