ScopeBlock constructor

ScopeBlock({
  1. int depth = 0,
  2. InjectCodeUnit? body,
})

Implementation

ScopeBlock({int depth = 0, this.body}) : super(depth);