ActionItem

data class ActionItem(val word: String, val synonyms: ImmutableSet<String> = persistentSetOf(), val plural: Boolean = false)(source)

Constructors

Link copied to clipboard
constructor(word: String, synonyms: ImmutableSet<String> = persistentSetOf(), plural: Boolean = false)

Properties

Link copied to clipboard

The word is best used when played to a group of people.

Link copied to clipboard
val synonyms: ImmutableSet<String>
Link copied to clipboard