printerProperty

fun printerProperty(initialValue: Printer): PropertyDelegate<Printer, SimplePrinterProperty>

A Kotlin delegate to create a PrinterProperty (the implementation will be a SimplePrinterProperty. Typical usage :

val fooProperty by printerProperty( initialValue )
var foo by myFooProperty