FunctionRule constructor

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

Implementation

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