has method

bool has(
  1. String property
)

Implementation

bool has(String property) => js_util.callMethod(this, 'has', [property]);