ModelEdit constructor

ModelEdit({
  1. String name,
  2. String revision,
  3. String status,
  4. ModelEditStateEnum state,
})

Returns a new ModelEdit instance.

Implementation

ModelEdit({
  this.name,
  this.revision,
  this.status,
  this.state,
});