walkthroughs property

  1. @TagNumber(1)
PbList<FFProjectWalkthrough> get walkthroughs

@doc App walkthroughs that guide users through the app.

Implementation

@$pb.TagNumber(1)
$pb.PbList<FFProjectWalkthrough> get walkthroughs => $_getList(0);