toSet method

Set toSet()

An (untyped) Set with the unique values of this tuple.

Implementation

Set<dynamic> toSet() => {$1, $2, $3, $4, $5};