content property

String? content

The initial contents of the document.

Implementation

_i2.String? get content => _i4.getProperty(
      this,
      'content',
    );
void content=(String? value)

Implementation

set content(_i2.String? value) {
  _i4.setProperty(
    this,
    'content',
    value ?? _i5.undefined,
  );
}