menu
csc_picker_plus package
documentation
model/select_status_model.dart
Region
Region constructor
Region constructor
dark_mode
light_mode
Region
constructor
Region
(
{
int
?
id
,
String
?
name
,
String
?
nameAr
,
int
?
countryId
,
List
<
City
>
?
city
,
})
Implementation
Region({this.id, this.name, this.nameAr, this.countryId, this.city});
csc_picker_plus package
documentation
model/select_status_model
Region
Region constructor
Region class