Harn class
Constructors
- Harn()
Properties
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