tail property

Tuple3<T2, T3, T4> tail

Implementation

Tuple3<T2, T3, T4> get tail => Tuple3(value2, value3, value4);