OutputInfo class abstract

Holds additional information about the exported heat map.

Constructors

OutputInfo()

Properties

area String
Detector.areaID of the heat map.
no setter
endTime int
Timestamp of the last event included in the heat map (in ms)
no setter
eventCount int
Number of events included in heat map
no setter
hashCode int
The hash code for this object.
no setterinherited
isPopup bool
Set if this output was was captured from a PopupRoute
no setter
page String?
A page where the heat map was captured.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime int
Timestamp of the first event included in the heat map (in ms)
no setter

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