Is there a shortcut for: ```destination.filterKeys...
# android
l
Is there a shortcut for:
Copy code
destination.filterKeys { key ->
    key in list1 && key in list2 && key in list3
}
?