Glb class

Constructors

Glb({required String prefix, required int version, required int length, required List<GlbChunk> chunks})

Properties

chunks → List<GlbChunk>
final
hashCode → int
The hash code for this object.
no setterinherited
length → int
final
prefix → String
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
version → int
final

Methods

binaryChunks() → Iterable<GlbChunk>
jsonChunk() → Map<String, Object?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse() → Future<GltfRoot>
toString() → String
A string representation of this object.
inherited

Operators

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