hasHangeul property

bool get hasHangeul

Implementation

bool get hasHangeul => split('').any((char) => char.length == 1 && char._isHangeul);