get static method

dynamic get(
  1. String key
)

Implementation

static dynamic get(String key) {
  return _quicks[key];
}