timezone property
String?
get
timezone
Implementation
String? get timezone => _$this._timezone;
set
timezone
(String? timezone)
Implementation
set timezone(String? timezone) => _$this._timezone = timezone;