content property

String get content

Gets the value of "content"

Implementation

String get content => getPropertyValue('content');
set content (String? value)

Sets the value of "content"

Implementation

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