containsKey method

bool containsKey(
  1. Link key
)

Implementation

bool containsKey(Link key) => data!.containsKey(key);