Persists

data class Persists(var hash: Int = 0)

When related to another component, ensures it will be persisted if possible.

Constructors

Link copied to clipboard
constructor(hash: Int = 0)

Properties

Link copied to clipboard
var hash: Int

Used to avoid unnecessary writes when data has not changed.