ReadOnlyOptionalIntPropertyWrapper
class ReadOnlyOptionalIntPropertyWrapper(wraps: OptionalIntProperty) : ReadOnlyPropertyWrapper<Int?, Property<Int?>> , ReadOnlyOptionalIntProperty
Boilerplate which avoids having to use generics.
Similar to ReadOnlyIntPropertyWrapper, but the value can also be null
.