InteractionEvent.unknown constructor

const InteractionEvent.unknown({
  1. required String data,
})

Implementation

const factory InteractionEvent.unknown({required String data}) =
    InteractionEventUnknown;