FunctionSpan constructor

FunctionSpan(
  1. String functionName,
  2. String arg
)

Implementation

FunctionSpan(this.functionName, this.arg);