ReadOnlyOptionalImagePropertyWrapper
class ReadOnlyOptionalImagePropertyWrapper(wraps: OptionalImageProperty) : ReadOnlyPropertyWrapper<Image?, Property<Image?>> , ReadOnlyOptionalImageProperty
Boilerplate which avoids having to use generics.
Similar to ReadOnlyImagePropertyWrapper, but the value can also be null
.