getValue
Returns the value of the property for the given object from this read-only map.
Since Kotlin
1.0Return
the property value.
Parameters
the object for which the value is requested (not used).
the metadata for the property, used to get the name of property and lookup the value corresponding to this name in the map.
Throws
when the map doesn't contain value for the property name and doesn't provide an implicit default (see withDefault).
Returns the value of the property for the given object from this mutable map.
Since Kotlin
1.0Return
the property value.
Parameters
the object for which the value is requested (not used).
the metadata for the property, used to get the name of property and lookup the value corresponding to this name in the map.
Throws
when the map doesn't contain value for the property name and doesn't provide an implicit default (see withDefault).