OfflineUserAddressInfo class
Identify a user by name and address.
Constructors
- OfflineUserAddressInfo({String? city, String? countryCode, String? hashedFirstName, String? hashedLastName, String? hashedStreetAddress, String? postalCode, String? state})
 - OfflineUserAddressInfo.fromJson(Map json_)
 
Properties
- city ↔ String?
 - 
  City of the address.
  getter/setter pair
 - countryCode ↔ String?
 - 
  2-letter country code in ISO-3166-1 alpha-2 of the user's address.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - hashedFirstName ↔ String?
 - 
  First name of the user, which is hashed as SHA-256 after normalized
(Lowercase all characters; Remove any extra spaces before, after, and in
between).
  getter/setter pair
 - hashedLastName ↔ String?
 - 
  Last name of the user, which is hashed as SHA-256 after normalized (lower
case only and no punctuation).
  getter/setter pair
 - hashedStreetAddress ↔ String?
 - 
  The street address of the user hashed using SHA-256 hash function after
normalization (lower case only).
  getter/setter pair
 - postalCode ↔ String?
 - 
  Postal code of the user's address.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - state ↔ String?
 - 
  State code of the address.
  getter/setter pair
 
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.
  inherited