ProtocolScopeImpl constructor
ProtocolScopeImpl(
- Limit limit,
- ProtocolID protocol, {
- List<
ResourceScopeImpl> ? edges,
Implementation
ProtocolScopeImpl(Limit limit, this.protocol, {List<ResourceScopeImpl>? edges})
: super(limit, 'protocol:$protocol', edges: edges);