String? get editor => _$this._editor;
set editor(covariant String? editor) => _$this._editor = editor;