IncludeRule constructor

IncludeRule(
  1. String name,
  2. ArgumentInvocation arguments,
  3. FileSpan span, {
  4. String? namespace,
  5. ContentBlock? content,
})

Implementation

IncludeRule(this.name, this.arguments, this.span,
    {this.namespace, this.content});