Context constructor

Context(
  1. List<Line> code
)

Implementation

Context(this.code);