String? get output => _$this._output;
set output(covariant String? output) => _$this._output = output;