getCountry method
The ISO 3166-1 alpha-2 country code this zone belongs to, or ''.
Implementation
String getCountry() => (_zone?['c'] as String?) ?? '';
The ISO 3166-1 alpha-2 country code this zone belongs to, or ''.
String getCountry() => (_zone?['c'] as String?) ?? '';