FunctionDefinition constructor

FunctionDefinition(
  1. String name,
  2. DartBlockDataType? returnType,
  3. List<DartBlockVariableDefinition> parameters
)

Implementation

FunctionDefinition(this.name, this.returnType, this.parameters);