containsKey abstract method

bool containsKey(
  1. dynamic key
)

Checks whether the box contains the key.

Implementation

bool containsKey(dynamic key);