ChannelProfileWhatsAppConfig constructor

ChannelProfileWhatsAppConfig({
  1. String? description,
  2. String? displayName,
  3. String? phoneNumber,
  4. String? phoneNumberId,
  5. String? thumbnailUrl,
  6. String? wabaId,
})

Implementation

ChannelProfileWhatsAppConfig({
  this.description,
  this.displayName,
  this.phoneNumber,
  this.phoneNumberId,
  this.thumbnailUrl,
  this.wabaId,
});