ReadOnlyRestartPropertyWrapper
class ReadOnlyRestartPropertyWrapper(wraps: RestartProperty) : ReadOnlyPropertyWrapper<Restart, Property<Restart>> , ReadOnlyRestartProperty
Never use this class directly. Use RestartProperty.asReadOnly to obtain a read-only version of a mutable RestartProperty.
Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Restart, Property<Restart>>
, use ReadOnlyRestartPropertyWrapper
.