GoogleCloudIdentitytoolkitV1UserNotification constructor

GoogleCloudIdentitytoolkitV1UserNotification({
  1. String? notificationCode,
  2. String? notificationMessage,
})

Implementation

GoogleCloudIdentitytoolkitV1UserNotification({
  this.notificationCode,
  this.notificationMessage,
});