c property

Iterable<Tc> c

Returns an iterable providing all Triple.c values.

Implementation

Iterable<Tc> get c => map((e) => e.c);