longProperty
A Kotlin delegate to create a LongProperty (the implementation will be a SimpleLongProperty. Typical usage :
val fooProperty by longProperty( initialValue )
var foo by fooPropertyContent copied to clipboard
A Kotlin delegate to create a LongProperty (the implementation will be a SimpleLongProperty. Typical usage :
val fooProperty by longProperty( initialValue )
var foo by fooProperty