toInterface static method

String toInterface(
  1. ScopeValue scopeValue
)

convert a ScopeValue to a String

Implementation

static String toInterface(
  ScopeValue scopeValue,
) =>
    scopeValue.name;