GoogleCloudIdentitytoolkitV1UserNotification.fromJson constructor
GoogleCloudIdentitytoolkitV1UserNotification.fromJson(
- Map json_
Implementation
GoogleCloudIdentitytoolkitV1UserNotification.fromJson(core.Map json_)
: this(
notificationCode: json_.containsKey('notificationCode')
? json_['notificationCode'] as core.String
: null,
notificationMessage: json_.containsKey('notificationMessage')
? json_['notificationMessage'] as core.String
: null,
);