timeZoneName property

  1. @BuiltValueField(wireName: r'timeZoneName')
String? timeZoneName

The long form name of the time zone. This field will be localized if the language parameter is set. eg. Pacific Daylight Time or Australian Eastern Daylight Time.

Implementation

@BuiltValueField(wireName: r'timeZoneName')
String? get timeZoneName;