get

abstract operator fun get(name: String): Any?(source)

Obtain a property's value by its name.

Note that this function doesn't follow the rules of default values discussed in the class level documentation. If the value doesn't exist, it will simply return null.