ImportStatement constructor

const ImportStatement(
  1. ImportType type,
  2. Token identifier
)

Implementation

const ImportStatement(
  this.type,
  this.identifier,
);