ImportStatement constructor

ImportStatement(
  1. String importedFile
)

Implementation

ImportStatement(this.importedFile);