UnpackService class Null safety

UnpackService is a service that unpacks data from a file.

Implemented types

Constructors

UnpackService({required LocalDatabase localDb})
UnpackService is a service that unpacks data from a file.

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
unpacked Map<String, Object?>
read-only

Methods

load(App app) FutureOr<ArchiveSchema>
load returns the Mapping with file format requirements for the given app.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
open(XFile file) FutureOr<List<Mapping>>
open returns the supported list of Mapping for the given XFile file.
override
start(List<Mapping> mappings) Stream<int>
start let the service begins unpacking with the given Mapping , and returns a progress stream.
override
toString() String
A string representation of this object.
inherited

Operators

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