City class

Constructors

City(String name, [String? area, String? elevation, String? population, String? timeZone, String? postalCode])
const

Properties

area String?
area define the city area.
final
elevation String?
elevation defines the elevation of the city from the sea level.
final
hashCode int
The hash code for this object.
no setterinherited
name String
name define the city name.
final
population String?
population defines the population count.
final
postalCode String?
postalCode defines the postal code.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeZone String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited