phoneNumber property

String get phoneNumber

Implementation

String get phoneNumber =>
    '+${countryController.text}${numberController.text}';