Settings
data class Settings(var version: String = CURRENT_VERSION.toString(), val templateList: TemplateList = TemplateList()) : State(source)
Contains references to various State objects.
Constructors
Link copied to clipboard
constructor(version: String = CURRENT_VERSION.toString(), templateList: TemplateList = TemplateList())
Properties
Link copied to clipboard
The template list.
Link copied to clipboard
Lists the Validators relevant to this State.
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
.