currentZone property
String?
get
currentZone
The most recently received timezone name.
This value is updated before onTimezoneChanged is called.
It will be null until the initial timezone is fetched.
Implementation
String? get currentZone => _currentZone;