@override Function get decoder => <T>(dynamic l) => checked( l, (Iterable l) => fromIterable(l.map((v) => mapper.$dec<T>(v, 'item'))));