SaveSuccess class

Successful save result.

Inheritance

Constructors

SaveSuccess({required SaveEnvelope envelope, required String raw, required SaveContext context, required bool backupWritten})
Creates a success result.
const

Properties

backupWritten bool
Whether a backup was written.
final
context SaveContext
Context for the save boundary.
final
envelope SaveEnvelope
Envelope that was written.
final
hashCode int
The hash code for this object.
no setterinherited
raw String
Raw encoded save data.
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