content property

String? get content

Implementation

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

Implementation

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