get static method

dynamic get(
  1. String id
)

Implementation

static dynamic get(String id) {
  return _models[id];
}