asInteractionInput method

InteractionInput asInteractionInput()

Converts this num value into an InteractionInput.

Implementation

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