ImportStatement constructor
const
ImportStatement(
- ImportType type,
- Token identifier
Implementation
const ImportStatement(
this.type,
this.identifier,
);
const ImportStatement(
this.type,
this.identifier,
);