exists method

bool exists(
  1. String key
)

Implementation

bool exists(String key) => prefer.containsKey(key);