FeatureRename constructor

FeatureRename({
  1. String? newName,
})

Implementation

FeatureRename({
  this.newName,
});