isAsciiUnderscore property
bool
get
isAsciiUnderscore
Whether this character code represents an underscore.
Implementation
bool get isAsciiUnderscore => this == 0x5F;
Whether this character code represents an underscore.
bool get isAsciiUnderscore => this == 0x5F;