Checks if a type is currently being created
bool isCreating(Type type) => _creationStack.contains(type);