phone property

String? phone

Obtains the mobile number of a user.

Implementation

String? get phone {
  return _phone;
}