SprayLevel constructor

const SprayLevel(
  1. String uuid,
  2. int sprayLevel,
  3. String displayName,
  4. String displayIcon,
  5. String assetPath,
)

Implementation

const SprayLevel(this.uuid, this.sprayLevel, this.displayName,
    this.displayIcon, this.assetPath);