UInteractionEvent.unknownValue constructor

const UInteractionEvent.unknownValue({
  1. required String data,
})

Implementation

const factory UInteractionEvent.unknownValue({
  required String data,
}) = UInteractionEventUnknownValue;