finalizeValue

abstract fun finalizeValue()(source)

Disallows further changes to the value of this property. Calls to methods that change the value of this property, such as set or add will fail.

When this property has elements provided by a Provider, the value of the provider is queried when this method is called and the value of the provider will no longer be tracked.

Note that although the value of the property will not change, the resulting collection may contain mutable objects. Calling this method does not guarantee that the value will become immutable.

Since

5.0