result property

  1. @TagNumber.new(2)
PbList<GetUser> get result

The result contains the user schemas, which matched the queries.

Implementation

@$pb.TagNumber(2)
$pb.PbList<$4.GetUser> get result => $_getList(1);