ServiceScopeImpl constructor

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

Implementation

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