Harn class

Constructors

Harn()

Properties

harnQueue HarnQueue
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

collection(String collectionName) HarnCollection
collectionStats(String collectionName) Future<Map<String, dynamic>>
copyCollection(String sourceCollectionName, String targetCollectionName) Future<HarnCollection>
deleteCollection(String collectionName) → void
exportCollection(String collectionName, String filePath) Future<void>
exportDatabase([String namedb = "export"]) Future<void>
importCollection(String filePath) Future<void>
importDatabase(String filePath) Future<void>
initialize() Future<bool>
listCollectionNames() Future<List<String>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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