MixinRule constructor

MixinRule(
  1. String name,
  2. ArgumentDeclaration arguments,
  3. Iterable<Statement> children,
  4. FileSpan span,
  5. {SilentComment? comment}
)

Implementation

MixinRule(super.name, super.arguments, super.children, super.span,
    {super.comment});