DwRecordedSave class

One save that left through the transport.

Constructors

DwRecordedSave({required DwModelWrapper wrappedModel, required String? apiGroup})
const

Properties

apiGroup → String?
final
hashCode → int
The hash code for this object.
no setterinherited
model → SerializableModel
The model itself, unwrapped — what an assertion usually wants.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
wrappedModel → DwModelWrapper
The model as the repository wrapped it for the wire.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited