ReadOnlyOptionalBytePropertyWrapper
class ReadOnlyOptionalBytePropertyWrapper(wraps: OptionalByteProperty) : ReadOnlyPropertyWrapper<Byte?, Property<Byte?>> , ReadOnlyOptionalByteProperty
Boilerplate which avoids having to use generics.
Similar to ReadOnlyBytePropertyWrapper, but the value can also be null
.