Province class

Constructors

Province({required String name, required String province_code, required LatLng latLng, required String? type, List<City>? cities})

Properties

cities List<City>?
List of cities in the Province/State
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
latLng LatLng
Latitude and Longitude coordinate points.
final
name String
Province/State name.
final
province_code String
Province/State code.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
State/Province type.
final

Methods

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

Operators

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