SpotItSituation

class SpotItSituation(var id: Long? = 0, var details: String? = "")

Represents a situation within the mental fitness context.

Constructors

Link copied to clipboard
constructor(id: Long? = 0, details: String? = "")

Properties

Link copied to clipboard

A textual description of the situation.

Link copied to clipboard
var id: Long?

The unique identifier for the situation.

Functions

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