isPunctuation property

bool isPunctuation

Implementation

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