ReducerEvent class

Inheritance

Constructors

ReducerEvent({required Int64 timestamp, required UpdateStatus status, required Uint8List callerIdentity, required String reducerName, required dynamic reducerArgs, Uint8List? callerConnectionId})

Properties

callerConnectionId Uint8List?
Caller connection ID (16 bytes). On v2, known only locally.
final
callerIdentity Uint8List
Caller identity (32 bytes). On v2, known only locally.
final
hashCode int
The hash code for this object.
no setterinherited
reducerArgs → dynamic
Strongly-typed reducer arguments, deserialized by the generator-registered ReducerArgDecoder. Type is dynamic due to heterogeneous storage; the runtime type is preserved.
final
reducerName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status UpdateStatus
final
timestamp Int64
Server timestamp when the reducer started (microseconds since Unix epoch).
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