ProgramData

class ProgramData(var dailyGoal: Int? = null, var dailyStepsGoal: Int? = null, var goalsNeededForMonth: Int? = null, var dailyVisitsGoal: Int? = null)

Constructors

Link copied to clipboard
constructor(dailyGoal: Int? = null, dailyStepsGoal: Int? = null, goalsNeededForMonth: Int? = null, dailyVisitsGoal: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String