getMobileNo method

String? getMobileNo()

Implementation

String? getMobileNo() {
  return mobileNo;
}