getCountry method

String getCountry()

The ISO 3166-1 alpha-2 country code this zone belongs to, or ''.

Implementation

String getCountry() => (_zone?['c'] as String?) ?? '';