AssetEdit constructor
AssetEdit({
- String name,
- AssetEditStateEnum state,
Returns a new AssetEdit instance.
Implementation
AssetEdit({
this.name,
this.state,
});
Returns a new AssetEdit instance.
AssetEdit({
this.name,
this.state,
});