phoneNumber property

String phoneNumber
final

The phone number to which the OTP is to be sent.

The phone number should also contain the country code.

Example: +919876543210 where +91 is the country code and 9876543210 is the number.

Implementation

final String phoneNumber;