names property

Implementation

static core.Map<PlanStatisticsEnumType, String> get names =>
    <PlanStatisticsEnumType, String>{
      tpPreplan: '''Before Plan''',
      tpInplan: '''During Plan''',
      tpPostplan: '''After Plan''',
    };