MacroDefinition constructor

const MacroDefinition(
  1. MacroExpansion expand(
    1. MacroContext context
    ), {
  2. bool unexpandable = false,
})

Implementation

const MacroDefinition(this.expand, {this.unexpandable = false});