countryCode property

String? countryCode

The country code of the span. The value is null when no data is available. For enum representation limited to ISO 3166-1 alpha-3 country code, refer to Span.isoCountryCode. Gets the country code of the span. The value is null when no data is available. For enum representation limited to ISO 3166-1 alpha-3 country code, refer to Span.isoCountryCode.

Implementation

String? get countryCode;