ActionItem

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

Constructors

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

Properties

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