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