ReadOnlyOptionalRestartPropertyWrapper
class ReadOnlyOptionalRestartPropertyWrapper(wraps: OptionalRestartProperty) : ReadOnlyPropertyWrapper<Restart?, Property<Restart?>> , ReadOnlyOptionalRestartProperty
Boilerplate which avoids having to use generics.
Similar to ReadOnlyRestartPropertyWrapper, but the value can also be null
.