hasKey method

bool hasKey(
  1. dynamic key
)

Checks given key is exists or not

Implementation

bool hasKey(dynamic key) => FxList.hasKey(this, key);