immutable

@get:JvmName(name = "getImmutable")
@set:JvmName(name = "setImmutable")
var immutable: Boolean
This field should allow writes when the model that contains it is written, but then, henceforth, the model should
not allow this field to be mutated.

bool immutable = 6;