OxfordDictionary class

Oxford dictionary entry point.

To access Oxford Dictionary you need to provide appId and appKey

To get word entry use entries

To get lemmas of word use lemmas

You can use Cache from stash package to cache remote responses.

Visit official Oxford API documentation

Constructors

OxfordDictionary(String language, String appId, String appKey, {Cache? cache, Client? client})

Properties

cache → Cache?
final
entries → EntriesServiceImpl
Service to access entries endpoint in Oxford API
no setter
hashCode int
The hash code for this object.
no setterinherited
language String
final
lemmas → LemmasServiceImpl
Service to access lemmas endpoint in Oxford API
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited