Context constructor
- int? length,
- List<
ContextElement> ? variables, - String? id,
- ContextRef? parent,
Implementation
Context({
this.length,
this.variables,
super.id,
this.parent,
});
Context({
this.length,
this.variables,
super.id,
this.parent,
});