readOnly

@get:JvmName(name = "getReadOnly")
@set:JvmName(name = "setReadOnly")
var readOnly: Boolean
This field should not allow writes, but rather produce its value dynamically. Fields marked in this manner cannot
be set by external code at any point in time.

bool read_only = 5;