hasValue method

bool hasValue(
  1. String key
)

Implementation

bool hasValue(String key) => values.containsKey(key);