content property
String
get
content
Implementation
_i2.String get content => _i4.getProperty(
this,
'content',
);
set
content
(String value)
Implementation
set content(_i2.String value) {
_i4.setProperty(
this,
'content',
value,
);
}