ScopeBlock constructor
ScopeBlock({
- int depth = 0,
- InjectCodeUnit? body,
Implementation
ScopeBlock({int depth = 0, this.body}) : super(depth);
ScopeBlock({int depth = 0, this.body}) : super(depth);