getUseParentScope static method

bool? getUseParentScope(
  1. String scopeName
)

🔥 NEW: Get the useParentScope setting for a specific scope

Implementation

static bool? getUseParentScope(String scopeName) {
  return _scopeUsesParentScope[scopeName];
}