values property

Implementation

static List<PlanControlStateEnumState> get values =>
    <PlanControlStateEnumState>[
      pcsBlocked,
      pcsReady,
      pcsInitializing,
      pcsExecuting,
    ];