isWhiteSpace property

bool get isWhiteSpace

Implementation

bool get isWhiteSpace => runes.every(utils.isWhiteSpace);