Item

class Item

An item, or step, of an instrument.

Types

Link copied to clipboard
data class Measurement(val item: Action.Instrument.Item, val value: String)

A measurement that was taken for this Item.

Properties

Link copied to clipboard
val id: UUID
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int