isAsciiUnderscore property

bool get isAsciiUnderscore

Whether this character code represents an underscore.

Implementation

bool get isAsciiUnderscore => this == 0x5F;