String? get content => _$this._content;
set content(covariant String? content) => _$this._content = content;