Cluster class

A cluster of instances.

Constructors

Cluster({required List<num> location, required String id})

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
instances List<Instance>
getter/setter pair
location List<num>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

distanceFrom(Location that) num
Returns the distance, as defined by distanceMeasure, between this and that item.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shift() bool
toString() String
A string representation of this object.
override

Operators

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