ConstructorParameters constructor

ConstructorParameters(
  1. List<ConstructorParameter> constructorParameters
)

Implementation

ConstructorParameters(List<ConstructorParameter> constructorParameters)
    : super(constructorParameters);