Population.createClone()

to create a population

Source

factory Population.createClone() {
  List<Individual> vector;
  return new Population();
}