isEumjeol property

bool get isEumjeol

Implementation

bool get isEumjeol { assert(length == 1); return IntRange(44032, 55203).contains(codeUnits[0]); }