GoogleCloudDialogflowV2ConversationPhoneNumber.fromJson constructor

GoogleCloudDialogflowV2ConversationPhoneNumber.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2ConversationPhoneNumber.fromJson(core.Map json_)
    : this(
        countryCode: json_['countryCode'] as core.int?,
        phoneNumber: json_['phoneNumber'] as core.String?,
      );