AddressInfo class Places

Address info class

Constructors

AddressInfo()
factory
AddressInfo.fromJson(Map<String, String> json)
factory
AddressInfo.init(int id, int mapId)

Properties

hashCode int
The hash code for this object.
no setteroverride
mapId int
no setter
pointerId int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

format({List<AddressField>? excludeFields, List<AddressField>? includeFields}) String
Formats the address as a string.
getField(AddressField field) String?
Get address field name.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerAutoReleaseObject(int pointerId) → void
Registers an object for auto release.
inherited
setField(String str, AddressField field) → void
Set address field name.
toString() String
A string representation of this object.
inherited

Operators

operator ==(covariant AddressInfo other) bool
The equality operator.
override

Static Methods

create() AddressInfo