containsKey method

bool containsKey(
  1. dynamic key
)

contains Key

Implementation

bool containsKey(dynamic key) => box().containsKey(key);