DefaultWordList

data class DefaultWordList(val name: String, val filename: String)(source)

A list of words read from a bundled file.

Constructors

Link copied to clipboard
constructor(name: String, filename: String)

Types

Link copied to clipboard
object Companion

Holds constants.

Properties

Link copied to clipboard
val filename: String

The location of the resource file containing the words.

Link copied to clipboard
val name: String

The name of the file as presented and understood by the end user.

Link copied to clipboard
val words: List<String>

The words in this list.