content property

String? content

Implementation

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

Implementation

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