LoyaltyAccountMapping constructor

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

Implementation

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