TableUpdate class

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

hashCode int
The hash code for this object.
read-onlyoverride
kind UpdateKind?
What kind of update was applied to the table.
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
table String
Name of the table that was updated.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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