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