values property

Implementation

static List<PlanStatisticsEnumType> get values => <PlanStatisticsEnumType>[
      tpPreplan,
      tpInplan,
      tpPostplan,
    ];