GoogleCloudIdentitytoolkitV1UserNotification.fromJson constructor

GoogleCloudIdentitytoolkitV1UserNotification.fromJson(
  1. Map json_
)

Implementation

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