toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'english_definitions': englishDefinitions,
      'parts_of_speech': partsOfSpeech,
      'links': links,
      'tags': tags,
      'see_also': seeAlso,
      'antonyms': antonyms,
      'source': source,
      'info': info,
      'restrictions': restrictions
    };