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