isEmptyOrWhitespace property
bool
get
isEmptyOrWhitespace
Whether this line is whitespace only, shorthand for {@link TextLine.firstNonWhitespaceCharacterIndex} === {@link TextLine.textTextLine.text.length}.
Implementation
_i2.bool get isEmptyOrWhitespace => _i5.getProperty(
this,
'isEmptyOrWhitespace',
);