toList method

  1. @useResult
KtList<T> toList()

Returns string representation of the KtTriple including its first, second and third values.

Implementation

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