LoyaltyPointsBalance constructor

LoyaltyPointsBalance({
  1. double? double,
  2. int? int,
  3. Money? money,
  4. String? string,
})

Implementation

LoyaltyPointsBalance({
  this.double,
  this.int,
  this.money,
  this.string,
});