mapLeft property

List<T> get mapLeft

Implementation

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