MemoryFlare class

Fetches a Flare from a Uint8List.

Inheritance
Annotations

Constructors

MemoryFlare({required Uint8List bytes})
const

Properties

bytes Uint8List
The bytes to decode into a Flare.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

load() Future<ByteData>
Loads the asset.
override
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 ==(dynamic other) bool
The equality operator.
override