InternalInternal constructor.
Native pointer id
Map id
Checks equality with another AddressInfo instance.
The other AddressInfo instance
True if equal, false otherwise
Formats the address as a string.
Object containing the following fields:
OptionalexcludeFields?: AddressField[]Fields to exclude from result
OptionalincludeFields?: AddressField[]Fields to include in result
Formatted address string
Gets address field value.
The address field to get
Field value or null if not exists
Computes a hash code for the address info.
Hash code
ProtectedregisterRegisters an object for auto release. When the object is not used anymore, it will be released automatically from C++.
The pointer ID to register
Sets address field value.
The new value
The address field to set
Converts this AddressInfo to a JSON object.
JSON object with string keys and values
StaticcreateStaticfromCreates AddressInfo from JSON
The JSON object
New AddressInfo instance
Address info class