Normalizes values using normalize.
values
List<N> normalizeList(List<N> values) => values.map((e) => normalize(e)).toList();