CompressionRsWorld class

Constructors

CompressionRsWorld.new({required CompressionRsWorldImports imports, required WasmLibrary library})

Properties

archive Archive
latefinal
brotli Brotli
latefinal
deflate Deflate
latefinal
gzip Gzip
latefinal
hashCode int
The hash code for this object.
no setterinherited
imports CompressionRsWorldImports
final
library → WasmLibrary
final
lz4 Lz4
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zlib Zlib
latefinal
zstd Zstd
latefinal

Methods

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

Operators

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

Static Methods

currentZoneWorld() CompressionRsWorld?
init(WasmInstanceBuilder builder, {required CompressionRsWorldImports imports}) Future<CompressionRsWorld>