content property

String content

Gets the value of "content"

Implementation

String get content => getPropertyValue('content');
void content= (String value)

Sets the value of "content"

Implementation

set content(String value) {
  setProperty('content', value, '');
}