toInterface static method

ProviderCreatorInterface toInterface(
  1. ProviderCreator providerCreator
)

convert a ProviderCreator to a ProviderCreatorInterface

Implementation

static ProviderCreatorInterface toInterface(
  ProviderCreator providerCreator,
) =>
    ProviderCreatorInterface(
      type: ProviderCreatorTypeInterface.values.byName(providerCreator.name),
    );