NBBufferResponse class

A class representing a Buffer response from the api. This is returned from the Client.fetchFile() method when the api returns raw binary data for an image file

Constructors

NBBufferResponse(List<int> data, NBResponse res)

Properties

anime_name String?
latefinal
artist_href String?
latefinal
artist_name String?
latefinal
data List<int>
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

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