timezone property

  1. @JsonKey.new(includeIfNull: false)
String? timezone
final

The IANA timezone identifier saved by the user. Omitted unless the user has staff access.

Implementation

@JsonKey(includeIfNull: false)
final String? timezone;