constructorParams property

List<Parameter> get constructorParams

Implementation

List<Parameter> get constructorParams {
  return map(_fieldAsNamedConstructorParamBuilder).toList();
}