isHalfWidth property

bool get isHalfWidth

Check if the string contains any half-width chars

Implementation

bool get isHalfWidth => RegexUtils.halfWidth.hasMatch(this);