timezone property

String? get timezone
override

Implementation

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

Implementation

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