getAs<E> method

E? getAs<E>(
  1. K key
)

Implementation

E? getAs<E>(K key) => cast<E>(this[key]);