KoreanLearnersDictionary class

Helper class to access the Korean Learners Dictionary API by the National Institute of Korean Language.

Inheritance

Constructors

KoreanLearnersDictionary({required String apiKey})
const

Properties

apiKey String
finalinherited
baseUrl String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subdomain String
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
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