IndirectOptionalByteProperty
class IndirectOptionalByteProperty<P : Any>(parentProperty: Property<P>, getProperty: (P) -> Property<Byte?>) : IndirectProperty<P, Byte?> , OptionalByteProperty
Boilerplate for a non-generic version of IndirectProperty.