require<V> method

V require<V>(
  1. Object? key
)

Implementation

V require<V>(Object? key) => get(key)!;