CollectibleTokenMeta constructor

CollectibleTokenMeta(
  1. String group,
  2. String name,
  3. String description,
  4. String iconUrl,
  5. String mediaUrl,
  6. String mime,
  7. String hash,
)

Implementation

CollectibleTokenMeta(
  this.group,
  this.name,
  this.description,
  this.iconUrl,
  this.mediaUrl,
  this.mime,
  this.hash,
);