Gets the value of "content"
String get content => this._content;
Sets the value of "content"
set content(String? value) { _content = value == null ? '' : value; }