containsKey method

bool containsKey(
  1. String key
)

Returns true if the log keys contain key.

Implementation

bool containsKey(String key) => _data.containsKey(key);