AssetCreate constructor

AssetCreate({
  1. @required String name,
  2. AssetCreateStateEnum state,
})

Returns a new AssetCreate instance.

Implementation

AssetCreate({
  @required this.name,
  this.state,
});