Compiler constructor

const Compiler(
  1. String name,
  2. String identifier
)

Implementation

const Compiler(this.name, this.identifier);