WorkflowEventRef<T> constructor
const
WorkflowEventRef<T> ({
- required String topic,
- PayloadCodec<
T> ? codec,
Creates a typed workflow event reference.
Implementation
const WorkflowEventRef({
required this.topic,
this.codec,
});