ReadOnlyIndentationPropertyWrapper
class ReadOnlyIndentationPropertyWrapper(wraps: IndentationProperty) : ReadOnlyPropertyWrapper<Indentation, Property<Indentation>> , ReadOnlyIndentationProperty
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
.