target property

@doc Target widget of the walkthrough step on which the focus should be shown.

Implementation

@$pb.TagNumber(4)
FFProjectWalkthroughTarget get target => $_getN(3);
  1. @TagNumber(4)
set target (FFProjectWalkthroughTarget value)

Implementation

@$pb.TagNumber(4)
set target(FFProjectWalkthroughTarget value) => $_setField(4, value);