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