EnterprisesSendTestPushNotificationResponse.fromJson constructor

EnterprisesSendTestPushNotificationResponse.fromJson(
  1. Map json_
)

Implementation

EnterprisesSendTestPushNotificationResponse.fromJson(core.Map json_)
  : this(
      messageId: json_['messageId'] as core.String?,
      topicName: json_['topicName'] as core.String?,
    );