Checks that if List list can be a List<double>
List
list
List<double>
static bool isDoubles(Iterable list) => list.every(isDouble);