get<V> method

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

Implementation

V? get<V>(Object? key) => asMap()[key];