ReportRow class

A row of the returning report.

Constructors

ReportRow({Map<String, ReportRowDimensionValue>? dimensionValues, Map<String, ReportRowMetricValue>? metricValues})
ReportRow.fromJson(Map json_)

Properties

dimensionValues Map<String, ReportRowDimensionValue>?
Map of dimension values in a row, with keys as enum name of the dimensions.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
metricValues Map<String, ReportRowMetricValue>?
Map of metric values in a row, with keys as enum name of the metrics.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited