debug_string method
Implementation
@override
String debug_string() =>
'CityImpl(country: "' +
country +
'", city: "' +
city +
'", accent_city: "' +
accent_city +
'", region: "' +
region +
'", latitude: ' +
latitude.toString() +
', longitude: ' +
longitude.toString() +
')';