MethodParameterApiChange constructor
MethodParameterApiChange({
- required DocComponent component,
- required ApiChangeOperation operation,
- required DocMethod method,
- required DocParameter parameter,
- String? oldName,
- DocType? newType,
- String? annotation,
Implementation
MethodParameterApiChange({
required super.component,
required super.operation,
required this.method,
required super.parameter,
super.oldName,
super.newType,
super.annotation,
}) : super(parentName: method.name);