HeatmapHistogramBin class final

Aggregated contents of one X/Y bin.

Annotations

Constructors

HeatmapHistogramBin({required HeatmapHistogramInterval xInterval, required HeatmapHistogramInterval yInterval, required int count, required double totalWeight, required List<int> sourceIndices, required List<String> sourcePointKeys})
const

Properties

count int
final
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceIndices List<int>
Input-order positions retained for exact host-side source lookup.
final
sourcePointKeys List<String>
Durable identities retained for observations that supplied one.
final
totalWeight double
final
xInterval HeatmapHistogramInterval
final
yInterval HeatmapHistogramInterval
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