Represents a property accessor, which is a get or set method declared alongside the property. See the Kotlin language documentation for more information.
get
set
the type of the property, which it is an accessor of.
The property which this accessor is originated from.
Thanks for your feedback!