getType static method

Type getType(
  1. String key
)

Implementation

static Type getType(String key) =>
    _checkKey(key, () => _items[key]!.data.runtimeType);