|
| | CountryModel ({ required this.id, required this.name, required this.language, required this.currency, required this.flag, }) |
Definition at line 1 of file country_model.dart.
◆ CountryModel()
| CountryModel::CountryModel |
( |
{ required this.id, required this.name, required this.language, required this.currency, required this.flag, } | | ) |
|
|
private |
◆ currency
| final String CountryModel::currency |
|
private |
◆ flag
| final String CountryModel::flag |
|
private |
◆ id
| final int CountryModel::id |
|
private |
◆ language
| final String CountryModel::language |
|
private |
◆ name
| final String CountryModel::name |
|
private |
The documentation for this class was generated from the following file: