restartProperty
A Kotlin delegate
to create a RestartProperty (the implementation will be a SimpleRestartProperty. Typical usage :
val fooProperty by restartProperty( initialValue )
var foo by fooProperty
Content copied to clipboard
A Kotlin delegate
to create a RestartProperty (the implementation will be a SimpleRestartProperty. Typical usage :
val fooProperty by restartProperty( initialValue )
var foo by fooProperty