contains method

bool contains(
  1. String token
)

Implementation

bool contains(String token) => js_util.callMethod(this, 'contains', [token]);