get

operator fun get(key: Expression<StringValue>): Expression<*>(source)
operator fun get(key: String): Expression<*>(source)

Returns the value corresponding to the given key in the current feature's properties or null if it is not present.