b property

Iterable<Tb> b

Returns an iterable providing all Triple.b values.

Implementation

Iterable<Tb> get b => map((e) => e.b);