isoCountryCode property
The ISO 3166-1 alpha-3 country code of the span as enum. The value is null when no data is available
or the country code of the span cannot be mapped to ISO 3166-1 alpha-3 country code. In this case string
representation of the country code can be obtained using Span.countryCode.
Gets the ISO 3166-1 alpha-3 country code of the span as enum. The value is null when no data is available
or the country code of the span cannot be mapped to ISO 3166-1 alpha-3 country code. In this case string
representation of the country code can be obtained using Span.countryCode.
Implementation
CountryCode? get isoCountryCode;