Define constructor

const Define(
  1. DefineKeyword defineKeyword,
  2. String symbolName,
  3. String symbolValue
)

Implementation

const Define(this.defineKeyword, this.symbolName, this.symbolValue);