timeZone property
Property getter and setter for timeZone:
Implementation
@override Location? get timeZone => _timeZone;
Implementation
@override set timeZone(Location? timeZone) {
this._timeZone = timeZone;
wrapped['timeZone'] = jsonLiteral(timeZone);
}