groupUsers property

  1. @TagNumber.new(1)
PbList<GroupUser> get groupUsers

GroupUsers is the list of users present in the requested group, matching the search criteria

Implementation

@$pb.TagNumber(1)
$pb.PbList<$2.GroupUser> get groupUsers => $_getList(0);