MembershipConfig constructor

MembershipConfig({
  1. bool? jointVip,
  2. String? color,
  3. bool? underline,
  4. bool? metal,
  5. int? autoCheckin,
  6. bool? bold,
  7. int? checkinCard,
})

Implementation

MembershipConfig({
  this.jointVip,
  this.color,
  this.underline,
  this.metal,
  this.autoCheckin,
  this.bold,
  this.checkinCard,
});