ModelEdit constructor
ModelEdit({
- String name,
- String revision,
- String status,
- ModelEditStateEnum state,
Returns a new ModelEdit instance.
Implementation
ModelEdit({
this.name,
this.revision,
this.status,
this.state,
});