scopeNamedWithData static method

Scope scopeNamedWithData(
  1. String name,
  2. Map<String, Object> scopeData
)

Implementation

static Scope scopeNamedWithData(String name, Map<String, Object> scopeData) {
  return GenericScope._(name, scopeData);
}