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, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "content"
String get content => getPropertyValue('content');
Sets the value of "content"
set content(String value) {
setProperty('content', value, '');
}