ReadOnlyRestartPropertyWrapper

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.

Constructors

Link copied to clipboard
constructor(wraps: RestartProperty)