HarnFile class

Constructors

HarnFile()

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

delete(String collectionName) Future<void>
exists(String collectionName) Future<bool>
exportCollectionToJson(Map<String, HarnCollection> collections) Future<void>
getFile(String filePath) Future<String>
list() Future<List<String>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(String collectionName) Future<String>
readFile(String path) Future<String>
size(String collectionName) Future<int>
toString() String
A string representation of this object.
inherited
write(String collectionName, String data) Future<void>
writeExportFile(String collectionName, String data, String extensions) Future<void>

Operators

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

Constants

ext → const String