isWhiteSpace property

bool isWhiteSpace

Implementation

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