Subscriber constructor

Subscriber({
  1. String? uid,
  2. String? referralCode,
  3. bool? isGlobalSalesPool,
  4. bool? isFounder,
  5. String? wallet,
  6. String? founderShares,
  7. String? parentId,
  8. String? createdAt,
  9. String? updatedAt,
})

Implementation

Subscriber(
    {this.uid,
    this.referralCode,
    this.isGlobalSalesPool,
    this.isFounder,
    this.wallet,
    this.founderShares,
    this.parentId,
    this.createdAt,
    this.updatedAt});