AreaCode class

Inheritance
Mixed in types

Constructors

AreaCode({required NUILatLng location, Placemark? placemark})
AreaCode.empty()

Properties

addressLine String?
getter/setter pairinherited
addressLine2 String?
getter/setter pairinherited
city String?
getter/setter pairinherited
countryCode String?
getter/setter pairinherited
countryName String?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
location NUILatLng
getter/setter pair
postalCode String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
getter/setter pairinherited

Methods

fromJson(Map<String, dynamic> json) AreaCode
inherited
getAreaCodeLine() String
inherited
getAreaCodeLineFull() String
inherited
getAreaDisplay() String
inherited
getShortLabel() String
inherited
mapper() → NUIEntMapper<AreaCode>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toMap() Map<String, dynamic>
inherited
toMapQuery({Map<NUIEntType, EntCustomerMapper>? customMapper}) Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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