hasExplanations method

bool hasExplanations()

Whether the DictEntryMeaning object is null or not.

Implementation

bool hasExplanations() => meanings.isNotEmpty;