static Iterable<num?> toNums(Iterable list, {num? defaultValue}) => list.map((v) => toNum(v, defaultValue: defaultValue));