RootImport class

Provides store import functionality for a RootDirectory

Constructors

RootImport(RootDirectory _rootDirectory)
Provides store import functionality for a RootDirectory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

manual(File inputFile) Future<bool>
Import a store from a specified inputFile
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withGUI({String fileExtension = 'fmtc', bool emptyCacheBeforePicking = true}) Future<Map<String, Future<bool>>?>
Import store(s) with a graphical user interface (uses manual internally)

Operators

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