editor property

String? editor
override

Implementation

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

Implementation

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