WritePropagation class Null safety
An UpdateRule for triggers that exist in a database.
An update on on implicitly triggers updates on result.
This class is for use by generated or drift-internal code only. It does not adhere to Semantic Versioning and should not be used manually.
- Inheritance
- Object
- UpdateRule
- WritePropagation
Constructors
-
WritePropagation({required TableUpdateQuery on, required List<
TableUpdate> result}) -
Default constructor. See WritePropagation for details.
const
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- on → TableUpdateQuery
-
The updates that cause further writes in result.
final
-
result
→ List<
TableUpdate> -
All updates that will be performed by the trigger listening on on.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited