rows property

List<ApiDataRow>? rows
getter/setter pair

A list of rows grouped by the key values in the order given in the query.

Implementation

core.List<ApiDataRow>? rows;