import method

void import(
  1. String import
)

Implementation

void import(String import) {
  _imports.add(import);
}