content property

String content

Implementation

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

Implementation

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