mapRight property

List<U> get mapRight

Implementation

List<U> get mapRight => _l.map(((T, U) t) => t.$2).toList();