SingleEntityRename constructor

SingleEntityRename({
  1. String? newName,
})

Implementation

SingleEntityRename({
  this.newName,
});