toAndroidPair
fun <F, S> Pair<F, S>.toAndroidPair(): Pair<F, S>
Returns this kotlin.Pair as an Android Pair.