Address class
Model for the address of an organisation.
Constructors
[Address][] : Constructs an Address object.
[Address.fromJson][([[Map[<[String], dynamic>]] json])] : Factory method to construct an Address from a JSON object. ::: factory :::
Properties
[city] [→ String?] : The city of the address. ::: features final :::
[countryCode] [→ String?] : The country code of the address. ::: features final :::
[dependentLocality] [→ String?] : The dependent locality of the address. ::: features final :::
[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::
[line1] [→ String?] : The first line of the address. ::: features final :::
[line2] [→ String?] : The second line of the address. ::: features final :::
[postalCode] [→ String?] : The postal code of the address. ::: features final :::
[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::
[sortingCode] [→ String?] : The sorting code of the address. ::: features final :::
[state] [→ String?] : The state of the address. ::: features final :::
Methods
[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::
[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::
Operators
[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::
- talawa
- org_info_address
- Address class