entries property

EntriesServiceImpl entries

Service to access entries endpoint in Oxford API

Visit official Oxford API documentation

Use this to retrieve definitions, pronunciations, example sentences, grammatical information and word origins

Implementation

EntriesServiceImpl get entries =>
    _client.getService<EntriesService>() as EntriesServiceImpl;