MixinDeclarationDirective constructor

MixinDeclarationDirective(
  1. String name,
  2. List<TreeNode> args,
  3. bool varArgs,
  4. DeclarationGroup declarations,
  5. SourceSpan? span,
)

Implementation

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