Frame constructor Null safety
- {int? index,
- FuncRef? function,
- CodeRef? code,
- SourceLocation? location,
- List<
BoundVariable> ? vars, - String? kind}
Implementation
Frame({
this.index,
this.function,
this.code,
this.location,
this.vars,
this.kind,
});