RefactoringMethodParameter constructor

RefactoringMethodParameter(
  1. RefactoringMethodParameterKind kind,
  2. String type,
  3. String name, {
  4. String? id,
  5. String? parameters,
})

Implementation

RefactoringMethodParameter(
  this.kind,
  this.type,
  this.name, {
  this.id,
  this.parameters,
});