EntityMove constructor

EntityMove({
  1. String? newSchema,
})

Implementation

EntityMove({
  this.newSchema,
});