Chunk class

Enumerates IFF chunks used in the Quetzal & Blorb formats.

Constructors

Chunk(String _str)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

charCodes() List<int>
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

Static Methods

toChunk(String chunk) Chunk?

Constants

anno → const Chunk
auth → const Chunk
cmem → const Chunk
cpyr → const Chunk
exec → const Chunk
form → const Chunk
ifhd → const Chunk
ifrs → const Chunk
ifzs → const Chunk
intd → const Chunk
ridx → const Chunk
stks → const Chunk
umem → const Chunk
zcod → const Chunk