AggregateCommandResult<TEvent extends Object, TValue extends Object, TId extends AggregateId, TState extends AggregateState<TValue>, TAggregate extends Aggregate<TEvent, TValue, TId, TState>> class abstract

Implementers

Constructors

AggregateCommandResult([TAggregate? aggregate])

Properties

aggregate → TAggregate?
TAggregate modified
final
changes Iterable<TEvent>?
Get TEvents appended to aggregate
no setter
current → TState?
Get state after changes was applied
no setter
hashCode int
The hash code for this object.
no setterinherited
isError bool
no setter
isNoOp bool
no setter
isOk bool
no setter
original → TState?
Get state before changes was applied
no setter
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.
override

Operators

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