streamUpdateRules property
StreamQueryUpdateRules
get
streamUpdateRules
inherited
The collection of update rules contains information on how updates on tables result in other updates, for instance due to a trigger.
There should be no need to overwrite this field, drift will generate an appropriate implementation automatically.
Implementation
StreamQueryUpdateRules get streamUpdateRules =>
const StreamQueryUpdateRules.none();