InteractionEvent.knownValue constructor

const InteractionEvent.knownValue({
  1. required KnownInteractionEvent data,
})

Implementation

const factory InteractionEvent.knownValue({
  required KnownInteractionEvent data,
}) = InteractionEventKnownValue;