averages property

List<String>? averages
getter/setter pair

The averages of the report.

This is the same length as any other row in the report; cells corresponding to dimension columns are empty.

Implementation

core.List<core.String>? averages;