ignore

abstract fun ignore(): Boolean

If true, this field/property will be ignored. This is semantically similar to use of transient on the JVM.

Note: this has no effect in enums or record classes.