Settings
data class Settings(var version: String = CURRENT_VERSION, val templateList: TemplateList = TemplateList()) : State(source)
Contains references to various State objects.
Functions
Link copied to clipboard
Sets the State.context of this State to context.
Link copied to clipboard
Returns a deep copy, retaining the uuid if and only if retainUuid is true
.
Link copied to clipboard
Validates the state, and indicates whether and why it is invalid.