phone property

String? phone
final

The user's phone number.

If this is non-null and the isVerifiedPhone flag is true then this phone number can be used to do phone based authentications such as OTP.

Implementation

final String? phone;