hasCountryCode property
bool
get
hasCountryCode
Returns true if the country code is empty or null.
Implementation
bool get hasCountryCode => countryCode.trim().isNotEmpty;
Returns true if the country code is empty or null.
bool get hasCountryCode => countryCode.trim().isNotEmpty;