constructor<T> method
Implementation
void constructor<T>(Object Function() constructor) {
_idx.putIfAbsent(T, () => Defi(<String, Accessor>{}, constructor));
}
void constructor<T>(Object Function() constructor) {
_idx.putIfAbsent(T, () => Defi(<String, Accessor>{}, constructor));
}