HeatMapDataPoint class

Constructors

HeatMapDataPoint.new(double x, double y, {double intensity = 1})

Properties

hashCode int
The hash code for this object.
no setteroverride
intensity double
intensity of the HeatMapDataPoint defaulting to 1
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x double
x coordinate of the HeatMapDataPoint
getter/setter pair
y double
y coordinate of the HeatMapDataPoint
getter/setter pair

Methods

merge(double x, double y, double intensity) → void
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.
override