NameLocation class abstract
NameLocation
Properties:
- city - The city where the merchant is located.
- country - The country where the merchant is located in three-letter country code format.
- countryOfOrigin - The home country in three-digit country code format, used for government-controlled merchants such as embassies.
- name_ - The name of the merchant's shop or service.
- rawData - The raw data.
- state - The state where the merchant is located.
- Annotations
-
- @BuiltValue.new()
Constructors
- NameLocation([void updates(NameLocationBuilder b)])
-
factory
Properties
- city → String?
-
The city where the merchant is located.
no setter
- country → String?
-
The country where the merchant is located in three-letter country code format.
no setter
- countryOfOrigin → String?
-
The home country in three-digit country code format, used for government-controlled merchants such as embassies.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- name_ → String?
-
The name of the merchant's shop or service.
no setter
- rawData → String?
-
The raw data.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → String?
-
The state where the merchant is located.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(NameLocationBuilder)) → NameLocation -
Rebuilds the instance.
inherited
-
toBuilder(
) → NameLocationBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
NameLocation> -
no setter