ReducerEvent class
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 setter inherited
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 setter inherited
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