DistanceLabels constructor
DistanceLabels({})
Implementation
DistanceLabels ({
required this.GOOD_DISTANCE,
required this.APPROACH,
required this.BAD_DISTANCE,
required this.VERY_BAD_DISTANCE,
required this.NO_PLANT,
required this.SKIP,
});