has method

bool has(
  1. String name
)

Whether name is registered.

Implementation

bool has(String name) => _tools.containsKey(name);