has method

bool has(
  1. String name
)

Implementation

bool has(String name) {
  return js_utils.callMethod(this, 'has', [name]);
}