existsNull abstract method

bool existsNull(
  1. K key
)

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

Implementation

bool existsNull(K key);