Theme constructor

const Theme(
  1. String uuid,
  2. String displayName,
  3. String? displayIcon,
  4. String? storeFeaturedImage,
  5. String assetPath,
)

Implementation

const Theme(this.uuid, this.displayName, this.displayIcon,
    this.storeFeaturedImage, this.assetPath);