ReadOnlyIndentationPropertyWrapper

Never use this class directly. Use IndentationProperty.asReadOnly to obtain a read-only version of a mutable IndentationProperty.

Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Indentation, Property<Indentation>>, use ReadOnlyIndentationPropertyWrapper.

Constructors

Link copied to clipboard
constructor(wraps: IndentationProperty)