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