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