menu
korean_dictionary package
documentation
korean_learners_dictionary/korean_learners_dictionary.dart
WordUnit
fromHangul static method
fromHangul static method
dark_mode
light_mode
fromHangul
static method
WordUnit
?
fromHangul
(
String
hangul
)
Implementation
static WordUnit? fromHangul(String hangul) => values.firstWhereOrNull((e) => e.hangul == hangul);
korean_dictionary package
documentation
korean_learners_dictionary/korean_learners_dictionary
WordUnit
fromHangul static method
WordUnit enum