menu
country_state_city_picker package
documentation
model/select_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});
country_state_city_picker package
documentation
model/select_status_model
State
State constructor
State class