MacroInstance constructor
MacroInstance({
- String? name,
- String? body,
- Map<
String, dynamic> ? parameters, - GenericLinks? links,
Implementation
MacroInstance({this.name, this.body, this.parameters, this.links});