text property

String text

The value in the comment editor

Implementation

_i2.String get text => _i5.getProperty(
      this,
      'text',
    );
void text=(String value)

Implementation

set text(_i2.String value) {
  _i5.setProperty(
    this,
    'text',
    value,
  );
}