SystemScopeImpl constructor

SystemScopeImpl(
  1. Limit limit,
  2. String name, {
  3. List<ResourceScopeImpl>? edges,
})

Implementation

SystemScopeImpl(Limit limit, String name, {List<ResourceScopeImpl>? edges})
    : super(limit, name, edges: edges);