menu
deposits_ecommerce package
documentation
app/model/general_model/status_model.dart
State
State constructor
State constructor
dark_mode
light_mode
State
constructor
State
(
{
int
?
id
,
String
?
name
,
int
?
countryId
,
List
<
City
>
?
city
,
})
Implementation
State({this.id, this.name, this.countryId, this.city});
deposits_ecommerce package
documentation
app/model/general_model/status_model
State
State constructor
State class