getAllExperiments static method

List<ABExperiment> getAllExperiments()

Get all experiments

Implementation

static List<ABExperiment<dynamic>> getAllExperiments() {
  return _experiments.values.toList();
}