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
Methods
-
load(
App app) → FutureOr< ArchiveSchema> -
load returns the
Mappingwith 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
Mappingfor 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