result property

  1. @TagNumber(2)
List<Execution> get result

The result contains the executions, which matched the queries.

Implementation

@$pb.TagNumber(2)
$core.List<$3.Execution> get result => $_getList(1);