isSingleLine property

bool get isSingleLine

true if start.line and end.line are equal.

Implementation

_i2.bool get isSingleLine => _i5.getProperty(
      this,
      'isSingleLine',
    );
set isSingleLine (bool value)

Implementation

set isSingleLine(_i2.bool value) {
  _i5.setProperty(
    this,
    'isSingleLine',
    value,
  );
}