timeZoneCode property

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

The tz database name of the time zone of the user. For example, Europe/Amsterdam.

Implementation

@BuiltValueField(wireName: r'timeZoneCode')
String get timeZoneCode;