Schema class
Constructors
Properties
- foreignkeys → bool
-
https://www.sqlite.org/foreignkeys.html
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
migrations
→ List<
Migration> -
This is a list of migrations that will be run when the database is opened.
The order does not matter, they will be sorted by version.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tables
→ Map<
String, Table> -
final
Methods
-
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