Define constructor

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

Implementation

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