Import constructor

Import([
  1. List<String>? lines
])

Implementation

Import([List<String>? lines]) : super('', ParserItemType.anImport, lines);