static WordGrade? fromHangul(String hangul) => values.firstWhereOrNull((level) => level.res == hangul);