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