has method

bool has(
  1. dynamic keyId
)

Implementation

bool has(dynamic keyId) => js_util.callMethod(this, 'has', [keyId]);