Aggregation class
Constructors
- Aggregation.fromValue(int value)
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
containsValue(
int value) → bool
Constants
- dominant → const Aggregation
- maximum → const Aggregation
- maxValue → const int
- mean → const Aggregation
- median → const Aggregation
- minimum → const Aggregation
- minValue → const int
- none → const Aggregation
- p10 → const Aggregation
- p25 → const Aggregation
- p75 → const Aggregation
- p90 → const Aggregation
-
reader
→ const Reader<
Aggregation> - sum → const Aggregation
-
values
→ const Map<
int, Aggregation>