MethodApiChange constructor
MethodApiChange({
- required DocComponent component,
- required ApiChangeOperation operation,
- required DocMethod method,
- String? newType,
- String? annotation,
Implementation
MethodApiChange({
required super.component,
required super.operation,
required this.method,
this.newType,
super.annotation,
}) : super._();