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