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())
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.