isRegistered method

bool isRegistered(
  1. String typeKey
)

Check if a type is registered.

Implementation

bool isRegistered(String typeKey) => _builders.containsKey(typeKey);