walkthroughIdentifier property
There can be multiple walkthroughs for a single page, so we need to identify the walkthrough. @doc Identifies the app walkthrough to start.
Implementation
@$pb.TagNumber(1)
FFIdentifier get walkthroughIdentifier => $_getN(0);
Implementation
@$pb.TagNumber(1)
set walkthroughIdentifier(FFIdentifier value) => $_setField(1, value);