BaseFactoryProvider<E, A> constructor
BaseFactoryProvider<E, A> (
- CreatorCallback<
E, A> callback, { - String? debugLabel,
Implementation
BaseFactoryProvider(
super.callback, {
super.debugLabel,
});