OperationsEventsVersioned class
OperationsEventss along with the corresponding OperationVersion.
Constructors
-
OperationsEventsVersioned(List<
OperationEvent> events, OperationVersion ver, OperationVersion listVer) -
const
Properties
-
events
→ List<
OperationEvent> -
OperationEvents themselves.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- listVer → OperationVersion
-
Version of the OperationsEventsList state updated by these events.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- ver → OperationVersion
-
Version of the Operation's state updated by these OperationEvents.
final
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