toInterface static method
convert a ProviderCreator to a ProviderCreatorInterface
Implementation
static ProviderCreatorInterface toInterface(
  ProviderCreator providerCreator,
) =>
    ProviderCreatorInterface(
      type: ProviderCreatorTypeInterface.values.byName(providerCreator.name),
    );