OwlBotResponse class

An object the serializes the JSON response returned by owlbot API

Constructors

OwlBotResponse.fromJson(Map<String, dynamic> json)
Create a OwlBotResponse object from json returned by the API
factory

Properties

definitions List<OwlBotDefinition>?
List of definitions for the word
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pronunciation String?
Pronounciation for the word
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
word String?
The word for which the definition was loaded
getter/setter pair

Methods

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

Operators

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