timeZone property

  1. @JsonKey(name: 'TimeZone')
TimeZone? timeZone
final

Timezone information in Posix format.

Implementation

@JsonKey(name: 'TimeZone')
final TimeZone? timeZone;