Region class

Inheritance
Annotations

Constructors

Region(String regionType, String addressName, String region1depthName, String region2depthName, String region3depthName, String region4depthName, String code, double x, double y)

Properties

addressName → String
final
code → String
final
region1depthName → String
@JsonKey(name: 'region_1depth_name'), final
region2depthName → String
@JsonKey(name: 'region_2depth_name'), final
region3depthName → String
@JsonKey(name: 'region_3depth_name'), final
region4depthName → String
@JsonKey(name: 'region_4depth_name'), final
regionType → String
final
hashCode → int
The hash code for this object.
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
x ↔ double
@JsonKey(fromJson: stringToDouble), read / write, inherited
y ↔ double
@JsonKey(fromJson: stringToDouble), read / write, inherited

Methods

toString() → String
Returns a string representation of this object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator.
inherited