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