BaseFactoryProvider<E, A> constructor

BaseFactoryProvider<E, A>(
  1. CreatorCallback<E, A> callback, {
  2. String? debugLabel,
})

Implementation

BaseFactoryProvider(
  super.callback, {
  super.debugLabel,
});