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