Card constructor

const Card(
  1. String uuid,
  2. String displayName,
  3. bool isHiddenIfNotOwned,
  4. String displayIcon,
  5. String smallArt,
  6. String wideArt,
  7. String largeArt,
  8. String assetPath,
)

Implementation

const Card(
    this.uuid,
    this.displayName,
    this.isHiddenIfNotOwned,
    this.displayIcon,
    this.smallArt,
    this.wideArt,
    this.largeArt,
    this.assetPath);