MacroInstance constructor

MacroInstance({
  1. String? name,
  2. String? body,
  3. Map<String, dynamic>? parameters,
  4. GenericLinks? links,
})

Implementation

MacroInstance({this.name, this.body, this.parameters, this.links});