GetUserDetail constructor

GetUserDetail({
  1. Address? address,
  2. Wallet? wallet,
  3. String? name,
  4. String? sId,
  5. String? phoneNumber,
  6. String? country,
  7. bool? promotionalOptIn,
  8. String? lastPurchasedOn,
  9. String? hashedPhoneNumber,
  10. bool? previousSubscriber,
  11. bool? existingSubscriber,
})

Implementation

GetUserDetail(
    {this.address,
    this.wallet,
    this.name,
    this.sId,
    this.phoneNumber,
    this.country,
    this.promotionalOptIn,
    this.lastPurchasedOn,
    this.hashedPhoneNumber,
    this.previousSubscriber,
    this.existingSubscriber});