timeZoneName property Null safety

String timeZoneName

The time zone name.

This value is provided by the operating system and may be an abbreviation or a full name.

Implementation

String get timeZoneName => _value.timeZoneName;