SupportsFunction constructor

SupportsFunction(
  1. Interpolation name,
  2. Interpolation arguments,
  3. FileSpan span
)

Implementation

SupportsFunction(this.name, this.arguments, this.span);