get
Returns the current value of the property. In case of the extension property in a class, the instance of the class should be passed first and the instance of the extension receiver second.
Since Kotlin
1.0Parameters
the instance of the first receiver.
the instance of the second receiver.
Returns the current value of the property. In case of the extension property in a class, the instance of the class should be passed first and the instance of the extension receiver second.
Since Kotlin
1.1Parameters
the instance of the first receiver.
the instance of the second receiver.
Returns the current value of the property. In case of the extension property in a class, the instance of the class should be passed first and the instance of the extension receiver second.
Since Kotlin
1.0Parameters
the instance of the first receiver.
the instance of the second receiver.