ChannelProfileWhatsAppConfig.fromJson constructor

ChannelProfileWhatsAppConfig.fromJson(
  1. Map json_
)

Implementation

ChannelProfileWhatsAppConfig.fromJson(core.Map json_)
  : this(
      description: json_['description'] as core.String?,
      displayName: json_['displayName'] as core.String?,
      phoneNumber: json_['phoneNumber'] as core.String?,
      phoneNumberId: json_['phoneNumberId'] as core.String?,
      thumbnailUrl: json_['thumbnailUrl'] as core.String?,
      wabaId: json_['wabaId'] as core.String?,
    );