containsKey static method

bool containsKey(
  1. int key
)

Implementation

static bool containsKey(int key) => widgetContexts.containsKey(key);