stored

@get:JvmName(name = "getStored")
@set:JvmName(name = "setStored")
var stored: Boolean
Specifies the `STORED` option for this field. Only applicable if an `expression` is present.

bool stored = 8;