menu
jetleaf_lang package
documentation
lang.dart
Character
isWhitespace method
isWhitespace method
dark_mode
light_mode
isWhitespace
method
bool
isWhitespace
(
)
Returns true if this character is whitespace.
Implementation
bool isWhitespace() => _isWhitespace(_value);
jetleaf_lang package
documentation
lang
Character
isWhitespace method
Character class