menu
mn_loc package
documentation
features/location_dropdown/models/district_model.dart
DistrictModel
DistrictModel.new const constructor
DistrictModel.new const constructor
dark_mode
light_mode
DistrictModel
constructor
const
DistrictModel
(
{
required
String
id
,
required
String
name
,
String
?
code
,
})
Implementation
const DistrictModel({ required this.id, required this.name, this.code, });
mn_loc package
documentation
features/location_dropdown/models/district_model
DistrictModel
DistrictModel.new const constructor
DistrictModel class