ImportExportDecl constructor
ImportExportDecl({})
Implementation
ImportExportDecl({
this.fromPath,
this.alias,
this.showList = const [],
this.isPreloadedModule = false,
this.isExport = false,
super.hasEndOfStmtMark = false,
super.source,
super.line = 0,
super.column = 0,
super.offset = 0,
super.length = 0,
}) : super(isExport ? Semantic.exportStmt : Semantic.importStmt);