asInteractionInput method

InteractionInput asInteractionInput()

Converts this boolean value into an InteractionInput.

Implementation

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