UInteractionEvent.knownValue constructor

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

Implementation

const factory UInteractionEvent.knownValue({
  required KnownInteractionEvent data,
}) = UInteractionEventKnownValue;