hasCountryCode property

bool get hasCountryCode

Returns true if the country code is empty or null.

Implementation

bool get hasCountryCode => countryCode.trim().isNotEmpty;