content property
Gets the value of "content"
Implementation
String get content => getPropertyValue('content');
Sets the value of "content"
Implementation
set content(String value) {
setProperty('content', value, '');
}
Gets the value of "content"
String get content => getPropertyValue('content');
Sets the value of "content"
set content(String value) {
setProperty('content', value, '');
}