NsgLocalDb class

Properties

collection ↔ BoxCollection
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
tables Map<String, CollectionBox<Map>>
getter/setter pair

Methods

deleteItems(List<NsgDataItem> itemsToDelete) Future
getTable(String tableName) Future<CollectionBox<Map>>
init(String databaseName) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postItems(List<NsgDataItem> itemsToPost) Future
requestItems(NsgDataItem dataItem, NsgDataRequestParams params, {String tag = ''}) Future<List<NsgDataItem>>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

initialized bool
getter/setter pair
instance NsgLocalDb
getter/setter pair