toInterface static method

String toInterface(
  1. Provider provider
)

convert a Provider to a String

Implementation

static String toInterface(
  Provider provider,
) =>
    provider.name;