containsKey static method

bool containsKey(
  1. String key
)

Implementation

static bool containsKey(String key) => instance.containsKey(key);