LoyaltyAccountMapping constructor

LoyaltyAccountMapping({
  1. String? id,
  2. String? createdAt,
  3. String? phoneNumber,
})

Implementation

LoyaltyAccountMapping({
  this.id, this.createdAt, this.phoneNumber
});