Persistence<Record extends Persistable<UUID> > mixin
Provides a ready-to-use lazily initialized TableSet over a statically
shared sqlite3 Database
.
- Implemented types
- Mixin applications
Properties
Methods
-
didExpire(
Record record) → bool -
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