ZipImport class Null safety
ZipImport unpacks archive files and collect metadata.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
open(
XFile object) → FutureOr< List< String> > -
open opens the given XFile and returns a list of supported
and importable identifier String for the given
object.override -
toString(
) → String -
A string representation of this object.
inherited
-
unpack(
List< ArchiveSchemaPart> ? options) → FutureOr<Map< String, Object?> > -
unpack unpacks the opened XFile object the given
mappingsand returns a FutureOr ofMap<String, Object?>.override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited