validDashTools top-level property

List<String> validDashTools

The valid dash tool labels stored in the DashTool enum.

Implementation

List<String> get validDashTools =>
    DashTool.values.map((e) => e.label).toList()..sort();