timeZoneName property Null safety

String? timeZoneName

The time zone name.

Returns null if this is null

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

Implementation

String? get timeZoneName => _value?.timeZoneName;