Product

enum Product(val cheeseType: CheeseType, val weight: Grams)

A type of cheese with its respective weight.

Companion:
object
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any