NBResponse class

A class represting a response object from the api

Property url is always present. For image endpoints, it will have artist_href, artist_name & source_url For gif endpoints, it will have anime_name

Constructors

NBResponse(Map<String, dynamic> nb)

Properties

anime_name String?
latefinal
artist_href String?
latefinal
artist_name String?
latefinal
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source_url String?
latefinal
url String
latefinal

Methods

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

Operators

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