add static method

void add(
  1. Model model
)

Implementation

static void add(Model model) {
  _toSeed[model.getId()] = model;
}