menu
nabit_app
screens\listing\add_listing\models\city_list_response.dart
CityListResponse
CityListResponse constructor
CityListResponse
dark_mode
light_mode
CityListResponse
constructor
CityListResponse
(
{
String
?
id
,
String
?
name
,
String
?
stateId
}
)
Implementation
CityListResponse({ this.id, this.name, this.stateId, });
nabit_app
city_list_response
CityListResponse
CityListResponse constructor
CityListResponse class