isAscii property

bool get isAscii

Implementation

bool get isAscii => codeUnits.every((c) => c <= 0x7F);