ConstructorDescriptor constructor
ConstructorDescriptor({
- String? name,
- required List<
ParameterDescriptor> parameters, - required Function factory,
Implementation
ConstructorDescriptor({
this.name,
required this.parameters,
required this.factory,
});