CollectibleToken constructor

CollectibleToken(
  1. String type,
  2. String tokenId,
  3. String group,
  4. String token,
  5. String mixinId,
  6. String nfo,
  7. CollectibleTokenMeta meta,
  8. String createdAt,
  9. List<String>? receivers,
  10. int receiversThreshold,
  11. String collectionId,
)

Implementation

CollectibleToken(
  this.type,
  this.tokenId,
  this.group,
  this.token,
  this.mixinId,
  this.nfo,
  this.meta,
  this.createdAt,
  this.receivers,
  this.receiversThreshold,
  this.collectionId,
);