hasDefined method

bool hasDefined(
  1. String name
)

Implementation

bool hasDefined(String name) {
  return values.containsKey(name);
}