MixinDeclarationDirective constructor
MixinDeclarationDirective(
- String name,
- List<
TreeNode> args, - bool varArgs,
- DeclarationGroup declarations,
- SourceSpan? span,
Implementation
MixinDeclarationDirective(String name, List<TreeNode> args, bool varArgs,
this.declarations, SourceSpan? span)
: super(name, args, varArgs, span);