OverviewStatsItem

@Serializable
data class OverviewStatsItem(val total: Int, val personal: Int, val personalPercentage: Double, val group: Int, val groupPercentage: Double)

The OverviewStatsItem data class allow to represent a simple overview item data

Author

N7ghtm4r3 - Tecknobit

Constructors

Link copied to clipboard
constructor(total: Int, personal: Int, personalPercentage: Double, group: Int, groupPercentage: Double)

Properties

Link copied to clipboard
val group: Int

The statistic about the group value

Link copied to clipboard

The statistic about the group percentage value

Link copied to clipboard

The statistic about the personal value

Link copied to clipboard

The statistic about the personal percentage value

Link copied to clipboard
val total: Int

The statistic about the total value

Functions

Link copied to clipboard

Method to create a list to use in the chart

Link copied to clipboard

Method to create a list of percentages