getSlot method

CEPTriggerPayload? getSlot(
  1. String slotKey
)

The trigger payload for slotKey (story CTA variables read this).

Implementation

CEPTriggerPayload? getSlot(String slotKey) => _slotPayloads[slotKey];