KoreanLearnersDictionary class
Helper class to access the Korean Learners Dictionary API by the National Institute of Korean Language.
- Inheritance
-
- Object
- Dictionary
- KoreanLearnersDictionary
Constructors
- KoreanLearnersDictionary({required String apiKey})
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
search(
String queryText, {Iterable< TranslationLanguage> ? transLang, Sort? sort, Iterable<PartOfSpeech> ? pos, Iterable<WordGrade> ? level, SearchMethod? method, WordUnit? wordUnit, WordType? wordtype, int start = 1, int num = 10, bool advanced = false, int letterStart = 1, int? letterEnd}) → Future<Iterable< SearchItem> > - API query under https://krdict.korean.go.kr/api/search
-
toString(
) → String -
A string representation of this object.
inherited
-
view(
Object queryText, {ViewMethod method = ViewMethod.targetCode, Iterable< TranslationLanguage> ? transLang}) → Future<ViewItem> - API query under https://krdict.korean.go.kr/api/view
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited