AssetCreate constructor
AssetCreate({
- @required String name,
- AssetCreateStateEnum state,
Returns a new AssetCreate instance.
Implementation
AssetCreate({
@required this.name,
this.state,
});