SpinachUser class
Constructors
- SpinachUser()
-
SpinachUser.fromJson(Map<
String, dynamic> json)
Properties
- agentId ↔ String?
-
getter/setter pair
- agreeWithTerms ↔ bool
-
getter/setter pair
- businessAddress ↔ String?
-
getter/setter pair
- businessDetails ↔ BusinessDetails?
-
getter/setter pair
- country ↔ String?
-
getter/setter pair
- currentLocation ↔ Position?
-
getter/setter pair
- currentWorkingOrder ↔ OrderList?
-
getter/setter pair
-
deviceIds
↔ List<
String?> -
getter/setter pair
- email ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
getter/setter pair
- isAuthenticated ↔ bool
-
getter/setter pair
-
lastOrderList
↔ List<
OrderList> -
getter/setter pair
- locationMap ↔ EntityLocation?
-
getter/setter pair
- myLocation ↔ String
-
getter/setter pair
- myStartingLink ↔ Uri?
-
getter/setter pair
- name ↔ String
-
getter/setter pair
-
nearByRetailerLocations
↔ List<
EntityLocation> -
getter/setter pair
- paymentSetupIsDone ↔ bool
-
getter/setter pair
- phoneNumber ↔ String?
-
getter/setter pair
- region ↔ String?
-
getter/setter pair
- role ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shopperDetails ↔ ShopperDetails?
-
getter/setter pair
-
shoppingListConfigurations
↔ List<
ShoppingListConfiguration> -
getter/setter pair
- stripeAccountId ↔ String
-
getter/setter pair
- timestamp ↔ DateTime?
-
getter/setter pair
Methods
-
getLatitude(
) → double -
getLongitude(
) → double -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setLocation(
LatLng location) → void -
toChatUserJson(
) → Map< String, dynamic> -
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited