StorageData

data class StorageData(val name: String, val value: Float, val color: ChartColor)

Data class representing storage data.

Constructors

Link copied to clipboard
constructor(name: String, value: Float, color: ChartColor)

Properties

Link copied to clipboard

The color representing the storage item.

Link copied to clipboard

The name of the storage item.

Link copied to clipboard

The value associated with the storage item.