LocationAddress class final

LocationAddress (locationAddress) - basic class

Describes an address of a location.

  • countryCode: A two-letter ISO 3166-1 alpha-2 country code.
  • state: State, if applicable; empty if unknown.
  • city: City; empty if unknown.
  • street: The address; empty if unknown.
Inheritance

Constructors

LocationAddress({required String countryCode, required String state, required String city, required String street})
LocationAddress (locationAddress) - basic class
const
LocationAddress.fromJson(Map<String, dynamic> json)
Parse from a json
factory

Properties

city String
City; empty if unknown
final
clientId int?
Client ID, from which this object was received
no setterinherited
countryCode String
A two-letter ISO 3166-1 alpha-2 country code
final
currentObjectId String
TDLib object type for current class instance
no setteroverride
extra → dynamic
A sign from TDLib update
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String
State, if applicable; empty if unknown
final
street String
The address; empty if unknown
final

Methods

copyWith({String? countryCode, String? state, String? city, String? street}) LocationAddress
Copy model with modified properties.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Convert model to TDLib JSON format
override
toString() String
Convert model to TDLib JSON format, encoded into String.
override

Operators

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

Constants

defaultObjectId → const String
TDLib object type