rows property

  1. @TagNumber.new(1)
PbList<Row> get rows

For SELECT: the resulting rows.

Implementation

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