addImport method

void addImport(
  1. String importLine
)

Implementation

void addImport(String importLine) {
  importLines.add(importLine);
}