Entry

data class Entry(val text: String? = null, val count: Int = 0, val icon: Int? = null, val project: Project? = null, val click: View.OnClickListener? = null)

Constructors

Link copied to clipboard
constructor(text: String? = null, count: Int = 0, icon: Int? = null, project: Project? = null, click: View.OnClickListener? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val count: Int = 0
Link copied to clipboard
val icon: Int? = null
Link copied to clipboard
val project: Project? = null
Link copied to clipboard
val text: String? = null