SendDeviceTokenModel constructor

SendDeviceTokenModel({
  1. String? customerId,
  2. String? businessId,
  3. String? createdAt,
  4. String? deviceToken,
  5. String? email,
  6. String? fullName,
  7. String? id,
  8. String? updatedAt,
  9. String? v,
})

Implementation

SendDeviceTokenModel(
    {this.customerId,
    this.businessId,
    this.createdAt,
    this.deviceToken,
    this.email,
    this.fullName,
    this.id,
    this.updatedAt,
    this.v});