propertyValueMapOf

fun propertyValueMapOf(vararg properties: Pair<Property, Any>): PropertyValueMap

Helper function to reduce the syntactical overhead of creating a PropertyValueMap.


fun propertyValueMapOf(line: Int, column: Int, vararg otherProperties: Pair<Property, Any>): PropertyValueMap

Helper function to reduce the syntactical overhead of creating a PropertyValueMap.

This overload accepts line and column arguments before other properties.