contains abstract method

bool contains(
  1. String name
)

Checks whether a value exists.

Implementation

bool contains(String name);