GoogleCloudIdentitytoolkitV1SqlExpression constructor

GoogleCloudIdentitytoolkitV1SqlExpression({
  1. String? email,
  2. String? phoneNumber,
  3. String? userId,
})

Implementation

GoogleCloudIdentitytoolkitV1SqlExpression({
  this.email,
  this.phoneNumber,
  this.userId,
});