containsKey method

bool containsKey(
  1. K key
)

Implementation

bool containsKey(K key) => jsu.callMethod(this, 'has', [key]);