OverviewFullStatsItem

@Serializable
data class OverviewFullStatsItem(val status: <Error class: unknown class>, val total: Int, val personal: Int, val personalPercentage: Double, val group: Int, val groupPercentage: Double, val byMe: Int, val byMePercentage: Double)

The OverviewFullStatsItem data class allow to represent a complete overview item data

Author

N7ghtm4r3 - Tecknobit

Constructors

Link copied to clipboard
constructor(status: <Error class: unknown class>, total: Int, personal: Int, personalPercentage: Double, group: Int, groupPercentage: Double, byMe: Int, byMePercentage: Double)

Properties

Link copied to clipboard
val byMe: Int

The statistic about the by-me value

Link copied to clipboard

The statistic about the by-me percentage value

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 status: <Error class: unknown class>
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