containsKey abstract method

bool containsKey(
  1. String key
)

Returns true if there is a value for key

Implementation

bool containsKey(String key);