TableUpdate class Null safety
Contains information on how a table was updated, which can be used to find queries that are affected by this.
Constructors
- TableUpdate(String table, {UpdateKind? kind})
-
Default constant constructor.
const
-
TableUpdate.onTable(TableInfo<
Table, dynamic> table, {UpdateKind? kind}) -
Creates a TableUpdate instance based on a TableInfo instead of the raw
name.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
override