timezone property

String? timezone

Implementation

String? get timezone => _$this._timezone;
void timezone=(String? timezone)

Implementation

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