isHalfWidth property
bool
get
isHalfWidth
Check if the string contains any half-width chars
Implementation
bool get isHalfWidth => RegexUtils.halfWidth.hasMatch(this);
Check if the string contains any half-width chars
bool get isHalfWidth => RegexUtils.halfWidth.hasMatch(this);