toList method

KtList<T> toList()

Converts this pair into a list.

Implementation

KtList<T> toList() => KtList.from([first, second]);