asInteractionInput method

InteractionInput asInteractionInput()

Converts this int value into an InteractionInput.

Implementation

InteractionInput asInteractionInput() => InteractionInput.fromInteger(this);