toString method

  1. @override
String toString()
override

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

Implementation

@override
String toString() => '($first, $second, $third)';