MixinDefinition constructor

MixinDefinition(
  1. String name,
  2. List<TreeNode> definedArgs,
  3. bool varArgs,
  4. SourceSpan? span,
)

Implementation

MixinDefinition(this.name, this.definedArgs, this.varArgs, SourceSpan? span)
    : super(span);