WhatsappResponseData constructor

const WhatsappResponseData({
  1. int? id,
  2. String? uid,
  3. String? companyUid,
  4. String? phoneNumber,
  5. String? displayName,
  6. String? facebookBmid,
  7. bool? isApproved,
  8. dynamic providerIdentifier,
  9. DateTime? createdAt,
  10. DateTime? updatedAt,
})

Implementation

const WhatsappResponseData({
  this.id,
  this.uid,
  this.companyUid,
  this.phoneNumber,
  this.displayName,
  this.facebookBmid,
  this.isApproved,
  this.providerIdentifier,
  this.createdAt,
  this.updatedAt,
});