timeZone property

  1. @BuiltValueField.new(wireName: r'timeZone')
String? get timeZone

The time zone. For example, Europe/Amsterdam. By default, this is set to UTC.

Implementation

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