ReducerEvent constructor
ReducerEvent({})
Implementation
ReducerEvent({
required this.timestamp,
required this.status,
required this.callerIdentity,
required this.reducerName,
required this.reducerArgs,
this.callerConnectionId,
this.energyConsumed,
});