Asset constructor

Asset(
  1. String id,
  2. String symbol,
  3. String name,
  4. String slug,
)

Implementation

Asset(this.id, this.symbol, this.name, this.slug);