The valid dash tool labels stored in the DashTool enum.
List<String> get validDashTools => DashTool.values.map((e) => e.label).toList()..sort();