StoreExport class

Provides import and export functionality for a StoreDirectory

Constructors

StoreExport(StoreDirectory _storeDirectory)
Provides import and export functionality for a StoreDirectory

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 outputFile) Future<void>
Export the store to a specified outputFile
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? forceFilePicker, BuildContext? context}) Future<bool>
Export the store with a graphical user interface (uses manual internally)

Operators

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