timeZoneName property Null safety
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;
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.
String? get timeZoneName => _value?.timeZoneName;