code property

String code

Implementation

String get code =>
    toString().applyIf(countryCode?.notEmpty == null, (s) => languageCode);