Define constructor
const
Define(
- String source,
- DefineKeyword defineKeyword,
- String symbolName,
- String symbolValue,
Implementation
const Define(this.source, this.defineKeyword, this.symbolName, this.symbolValue);