LoyaltyPointsBalance class
Constructors
- LoyaltyPointsBalance({double? double, int? int, Money? money, String? string})
 - LoyaltyPointsBalance.fromJson(Map json_)
 
Properties
- double ↔ double?
 - 
  The double form of a balance.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - int ↔ int?
 - 
  The integer form of a balance.
  getter/setter pair
 - money ↔ Money?
 - 
  The money form of a balance.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - string ↔ String?
 - 
  The string form of a balance.
  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