hasProperty method

bool hasProperty(
  1. String key
)

Implementation

bool hasProperty(String key) {
  return __map.containsKey(key);
}