menu
reecosys_app package
documentation
model/CityListResponseModel.dart
CityData
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
CityData
copyWith
(
{
String
?
id
,
String
?
name
,
})
Implementation
CityData copyWith({ String? id, String? name, }) => CityData( id: id ?? _id, name: name ?? _name, );
reecosys_app package
documentation
model/CityListResponseModel
CityData
copyWith method
CityData class