AffiliateInfoModel constructor

AffiliateInfoModel({
  1. int? id,
  2. String? email,
  3. String? address,
  4. double? devicePrice,
  5. String? appName,
  6. String? appId,
  7. String? createdAt,
  8. String? updatedAt,
  9. String? serialNumber,
})

Implementation

AffiliateInfoModel(
    {this.id,
      this.email,
      this.address,
      this.devicePrice,
      this.appName,
      this.appId,
      this.createdAt,
      this.updatedAt,
      this.serialNumber});