phone property
The phone number where the one-time password (OTP) is sent. This object must have: * A type set to mobile. * A number with a valid country code. * A number with more than 4 digits, excluding the country code. >Make sure to verify that the card user owns the phone number.
Implementation
@BuiltValueField(wireName: r'phone')
Phone? get phone;