interaction property

  1. @TagNumber(1)
FFInteractionTestStep get interaction

@doc Interaction with a widget.

Implementation

@$pb.TagNumber(1)
FFInteractionTestStep get interaction => $_getN(0);
  1. @TagNumber(1)
set interaction (FFInteractionTestStep value)

Implementation

@$pb.TagNumber(1)
set interaction(FFInteractionTestStep value) => $_setField(1, value);