ConstructorCall constructor

ConstructorCall({
  1. bool super$ = false,
  2. String? name,
  3. ParameterValues? parameterValues,
})

Implementation

ConstructorCall({this.super$ = false, this.name, this.parameterValues});