existsNonNull abstract method

bool existsNonNull(
  1. K key
)

Returns true if a value at key exists and that value is non-null.

Implementation

bool existsNonNull(K key);