DistanceLabels class

Constructors

DistanceLabels({required String GOOD_DISTANCE, required String APPROACH, required String BAD_DISTANCE, required String VERY_BAD_DISTANCE, required String NO_PLANT, required String SKIP})

Properties

APPROACH String
final
BAD_DISTANCE String
final
GOOD_DISTANCE String
final
hashCode int
The hash code for this object.
no setterinherited
NO_PLANT String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
SKIP String
final
VERY_BAD_DISTANCE String
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