has abstract method

bool has(
  1. String key
)

Checks if a key exists in the current environment.

Returns true if the key exists, false otherwise.

Implementation

bool has(String key);