content property
String?
get
content
The initial contents of the document.
Implementation
_i2.String? get content => _i4.getProperty(
this,
'content',
);
set
content
(String? value)
Implementation
set content(_i2.String? value) {
_i4.setProperty(
this,
'content',
value ?? _i5.undefined,
);
}