AnalyticsStatistics class

Constructors

AnalyticsStatistics.new({required List<double> lv_30, required List<double> lv_33, required List<String> lv_21, required String timeDimension})
AnalyticsStatistics.fromFunnelMetric(AnalyticsStatisticsMetricItem metric, int lv_23)
AnalyticsStatistics.fromJson(Map<String, dynamic> json)
AnalyticsStatistics.fromTimeSeriesDate(DateTime current, int metricLength)

Properties

hashCode int
The hash code for this object.
no setterinherited
isNotEmpty bool
no setter
label String
getter/setter pair
lv_21 List<String>
getter/setter pair
lv_30 List<double>
getter/setter pair
lv_33 List<double>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeDimension String
getter/setter pair

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.
override

Operators

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