Query$pointOfSale$pointOfSale$locations class
- Available extensions
Constructors
- Query$pointOfSale$pointOfSale$locations({String? city, String? address, String? postCode, Query$pointOfSale$pointOfSale$locations$location? location, Query$pointOfSale$pointOfSale$locations$country? country, Query$pointOfSale$pointOfSale$locations$state? state, Query$pointOfSale$pointOfSale$locations$owner? owner, String $__typename = 'FullAddressType'})
-
Query$pointOfSale$pointOfSale$locations.fromJson(Map<
String, dynamic> json) -
factory
Properties
- $__typename → String
-
final
- address → String?
-
final
- city → String?
-
final
-
copyWith
→ CopyWith$Query$pointOfSale$pointOfSale$locations<
Query$pointOfSale$pointOfSale$locations> -
Available on Query$pointOfSale$pointOfSale$locations, provided by the UtilityExtension$Query$pointOfSale$pointOfSale$locations extension
no setter - country → Query$pointOfSale$pointOfSale$locations$country?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- location → Query$pointOfSale$pointOfSale$locations$location?
-
final
- owner → Query$pointOfSale$pointOfSale$locations$owner?
-
final
- postCode → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → Query$pointOfSale$pointOfSale$locations$state?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override