values property

Implementation

static List<PlanControlEnumType> get values => <PlanControlEnumType>[
      pcRequest,
      pcSuccess,
      pcFailure,
      pcInProgress,
    ];