SaveContext class
Context describing why a save was requested.
Constructors
- SaveContext({required SaveReason reason, required SaveChangeSet changeSet})
-
Creates a save context.
const
Properties
- changeSet → SaveChangeSet
-
What changed in this save boundary.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- reason → SaveReason
-
Why the save was triggered.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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