StorageMemory class

Inheritance
Implementers

Constructors

StorageMemory()

Properties

hashCode int
The hash code for this object.
no setterinherited
ignoreFiles Set<Pattern>
getter/setter pairinherited
ignorePaths Set<Pattern>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addFile(String directory, String name, dynamic content) → void
getFile(String directory, String name) FileStorage?
getFileType(String directoryPath, String name) FutureOr<String>
inherited
isIgnoredFile(String path) bool
inherited
isIgnoredPath(String path) bool
inherited
listFiles() List<FileStorage>
inherited
listFilesImpl() List<FileStorage>
override
listFilesPaths() List<String>
inherited
loadTemplate() Future<Template>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readFileContent(String directoryPath, String name) FutureOr<Uint8List>
override
removeFile(String directory, String name) bool
saveFileContent(String directoryPath, String name, Uint8List content) FutureOr<String?>
override
toAbsoluteDirectory(String directory) String
override
toRelativeDirectory(String absoluteDirectory) String
override
toString() String
A string representation of this object.
override

Operators

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