fullNumber property

String get fullNumber

Gets the complete phone number including country code.

Implementation

String get fullNumber => '${country.dialCode}$number';