results property

  1. @TagNumber(1)
PbList<RevisionResponse> get results

Positional, 1:1 with the request rows. Failed rows are empty stubs (kref unset); consult failures for the reason.

Implementation

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