FunctionRule constructor
FunctionRule(
- String name,
- ArgumentDeclaration arguments,
- Iterable<
Statement> children, - FileSpan span, {
- SilentComment? comment,
Implementation
FunctionRule(super.name, super.arguments, super.children, super.span,
{super.comment});