scopesContextToJson function

String? scopesContextToJson(
  1. ScopesContext? scopesContext
)

Implementation

String? scopesContextToJson(enums.ScopesContext? scopesContext) {
  return enums.$ScopesContextMap[scopesContext];
}