Isar class abstract

Constructors

Isar(String name, String schema)

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

attachCollections(Map<String, IsarCollection> collections) → void
close() Future
getCollection<T>(String name) IsarCollection<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
txn<T>(Future<T> callback(Isar isar)) Future<T>
txnSync<T>(T callback(Isar isar)) → T
writeTxn<T>(Future<T> callback(Isar isar), {bool silent = false}) Future<T>
writeTxnSync<T>(T callback(Isar isar), {bool silent = false}) → T

Operators

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

Static Properties

instanceNames List<String>
no setter
schema String?
no setter

Static Methods

addCloseListener(IsarCloseCallback callback) → void
addOpenListener(IsarOpenCallback callback) → void
generateSecureKey() Uint8List
getInstance(String name) Isar?
removeCloseListener(IsarCloseCallback callback) → void
removeOpenListener(IsarOpenCallback callback) → void