rows property

List<TransitTimeRow>? rows
getter/setter pair

If there's only one dimension set of postal_code_group_names or transit_time_labels, there are multiple rows each with one value for that dimension.

If there are two dimensions, each row corresponds to a postal_code_group_names, and columns (values) to a transit_time_labels.

Required.

Implementation

core.List<TransitTimeRow>? rows;