isRegistered method

bool isRegistered(
  1. String name
)

Implementation

bool isRegistered(String name) => _configs.containsKey(name);