ResultRow class
Provides the results of a query that retrieved the data for a standard metric that applies to an application, campaign, or journey.
Constructors
-
ResultRow({required List<
ResultRowValue> groupedBys, required List<ResultRowValue> values}) -
ResultRow.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
groupedBys
→ List<
ResultRowValue> -
An array of objects that defines the field and field values that were used
to group data in a result set that contains multiple results. This value is
null if the data in a result set isn’t grouped.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
→ List<
ResultRowValue> -
An array of objects that provides pre-aggregated values for a standard
metric that applies to an application, campaign, or journey.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited