email property

  1. @BuiltValueField.new(wireName: r'email')
String? get email

The email address where the one-time password (OTP) is sent.

Implementation

@BuiltValueField(wireName: r'email')
String? get email;