Persistence<Record extends Persistable<UUID>> mixin

Provides a ready-to-use lazily initialized TableSet over a statically shared sqlite3 Database.

Implemented types
Mixin applications
  1. @immutable

Properties

config Config
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
records TableSet<Record>
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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