get

fun get(block: Expression.ExpressionBuilder.() -> Unit)

Retrieves a property value from the current feature's properties, or from another object if a second argument is provided. Returns null if the requested property is missing.

fun get(key: String)

Retrieves a property value from the current feature's properties. Returns null if the requested property is missing.

fun get(key: String, expression: Expression)

Retrieves a property value from the current feature's properties, or from another object if a second argument is provided. Returns null if the requested property is missing.