add method

void add(
  1. ModelRF model
)

Implementation

void add(ModelRF model) {
  models[model.model.runtimeType.toString()] = model;
}