VxInterceptor class abstract

Implementation of this class can be used to act before or after a mutation execution.

Constructors

VxInterceptor()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

afterMutation(VxMutation<VxStore?> mutation) → void
Function called after mutation and its side effects are executed.
beforeMutation(VxMutation<VxStore?> mutation) bool
Function called before mutation is executed. Execution can be cancelled by returning false.
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