get

operator fun get(key: String): Any?

Syntactic sugar to access the otherProperties values by subscripting Properties directly. properties["price"] == properties.otherProperties["price"]