operator fun <T> SetProperty<T>.getValue(receiver: Any?, property: KProperty<*>): Set<T>
Provides 'get' functional extension for the SetProperty object.