AssetEdit constructor

AssetEdit({
  1. String name,
  2. AssetEditStateEnum state,
})

Returns a new AssetEdit instance.

Implementation

AssetEdit({
  this.name,
  this.state,
});