String? get destination => _$this._destination;
set destination(covariant String? destination) => _$this._destination = destination;