EntityEdit constructor

EntityEdit({
  1. String name,
  2. String description,
  3. String externalObjectType,
})

Returns a new EntityEdit instance.

Implementation

EntityEdit({
  this.name,
  this.description,
  this.externalObjectType,
});