Sound

@Serializable
data class Sound(    val isPlaying: Boolean,     val isPaused: Boolean,     val cueEnum: String)

Constructors

Link copied to clipboard
fun Sound(    isPlaying: Boolean,     isPaused: Boolean,     cueEnum: String)

Properties

Link copied to clipboard
val cueEnum: String
Link copied to clipboard
val isPaused: Boolean
Link copied to clipboard
val isPlaying: Boolean