contains method

bool contains(
  1. String string
)

The contains() method returns a boolean indicating whether the given string is in the list.

Implementation

external bool contains(String string);