includes method

bool includes(
  1. dynamic key
)

Implementation

bool includes(dynamic key) => js_util.callMethod(this, 'includes', [key]);