projects property

  1. @TagNumber.new(2)
PbList<Project> get projects

Projects is a list of projects matching the query.

Implementation

@$pb.TagNumber(2)
$pb.PbList<$2.Project> get projects => $_getList(1);