Spray constructor

const Spray(
  1. String uuid,
  2. String displayName,
  3. String? category,
  4. String? themeUuid,
  5. String displayIcon,
  6. String? fullIcon,
  7. String? fullTransparentIcon,
  8. String? animationPng,
  9. String? animationGif,
  10. String assetPath,
  11. List<SprayLevel>? sprayLevels,
)

Implementation

const Spray(
    this.uuid,
    this.displayName,
    this.category,
    this.themeUuid,
    this.displayIcon,
    this.fullIcon,
    this.fullTransparentIcon,
    this.animationPng,
    this.animationGif,
    this.assetPath,
    this.sprayLevels);