fromInterface static method
convert a ProviderCreatorInterface to a ProviderCreator?
Implementation
static ProviderCreator fromInterface(
ProviderCreatorInterface providerCreatorInterface,
) => ProviderCreator.values.byName(providerCreatorInterface.type.name);