UInteractionEventKnownValue constructor

const UInteractionEventKnownValue({
  1. required KnownInteractionEvent data,
})

Implementation

const factory UInteractionEventKnownValue(
        {required final KnownInteractionEvent data}) =
    _$UInteractionEventKnownValueImpl;