isNonWhitespace property

bool isNonWhitespace

Implementation

bool get isNonWhitespace => !isNewLine && !isInlineWhitespace;