OmegaFlowContext constructor
const
OmegaFlowContext({
- OmegaEvent? event,
- OmegaIntent? intent,
- required Map<
String, dynamic> memory,
Implementation
const OmegaFlowContext({this.event, this.intent, required this.memory});