Asset constructor

Asset(
  1. String name,
  2. String type
)

Implementation

Asset(this.name, this.type);