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