longPress property

@doc Long press on the target.

Implementation

@$pb.TagNumber(4)
FFInteractionTestStep_LongPressStep get longPress => $_getN(3);

Implementation

@$pb.TagNumber(4)
set longPress(FFInteractionTestStep_LongPressStep value) =>
    $_setField(4, value);