FlameAssetResponse class

A class containing the relevant http attributes to Flame Assets Network package.

Constructors

FlameAssetResponse.new({required int statusCode, required Uint8List bytes})
A class containing the relevant http attributes to Flame Assets Network package.
const

Properties

bytes Uint8List
response bytes.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode int
Http status code.
final

Methods

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

Operators

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