BoxCollection class

Constructors

BoxCollection(Database _db, Set<String> boxNames)

Properties

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

Methods

close() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openBox<V>(String name) Box<V>
toString() String
A string representation of this object.
inherited
transaction(Future<void> action(), {List<String>? boxNames, bool readOnly = false}) Future<void>

Operators

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

Static Methods

open(String name, Set<String> boxNames, {int version = 1, Object? sqfliteDatabase}) Future<BoxCollection>