LookUpResponse class

Inheritance

Constructors

LookUpResponse({List<TextTranslation> translations = const [], String? word, String? tip, List<WordTag>? tags, List<WordDefinition>? definitions, List<WordPronunciation>? pronunciations, List<WordImage>? images, List<WordPhrase>? phrases, List<WordTense>? tenses, List<WordSentence>? sentences})
LookUpResponse.fromJson(Map<String, dynamic> json)
factory

Properties

definitions List<WordDefinition>?
getter/setter pair
generating bool
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
images List<WordImage>?
getter/setter pair
phrases List<WordPhrase>?
getter/setter pair
pronunciations List<WordPronunciation>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentences List<WordSentence>?
getter/setter pair
sink EventSink<TranslateResponse>
no setterinherited
stream Stream<TranslateResponse>
no setterinherited
tags List<WordTag>?
getter/setter pair
tenses List<WordTense>?
getter/setter pair
tip String?
getter/setter pair
translations List<TextTranslation>?
getter/setter pairinherited
word String?
getter/setter pair

Methods

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

Operators

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