OmegaFlowContext constructor

const OmegaFlowContext({
  1. OmegaEvent? event,
  2. OmegaIntent? intent,
  3. required Map<String, dynamic> memory,
})

Implementation

const OmegaFlowContext({this.event, this.intent, required this.memory});