subpages property

  1. @TagNumber.new(3)
PbList<Page> get subpages

Subpages of this page. The order of subpages specified here will be honored in the generated docset.

Implementation

@$pb.TagNumber(3)
$pb.PbList<Page> get subpages => $_getList(2);