RefactoringMethodParameter constructor
RefactoringMethodParameter(
- RefactoringMethodParameterKind kind,
- String type,
- String name, {
- String? id,
- String? parameters,
Implementation
RefactoringMethodParameter(
this.kind,
this.type,
this.name, {
this.id,
this.parameters,
});