ServiceScopeImpl constructor
ServiceScopeImpl(
- Limit limit,
- String name, {
- List<
ResourceScopeImpl> ? edges,
Implementation
ServiceScopeImpl(Limit limit, this.name, {List<ResourceScopeImpl>? edges})
: super(limit, 'service:$name', edges: edges);