isWhitespace method

bool isWhitespace()

Returns true if this character is whitespace.

Implementation

bool isWhitespace() => _isWhitespace(_value);