otpEmail property

  1. @TagNumber.new(5)
AuthFactorOTPEmail get otpEmail

Implementation

@$pb.TagNumber(5)
AuthFactorOTPEmail get otpEmail => $_getN(4);
  1. @TagNumber.new(5)
set otpEmail (AuthFactorOTPEmail value)

Implementation

@$pb.TagNumber(5)
set otpEmail(AuthFactorOTPEmail value) => $_setField(5, value);