static List<double>? floatList( Map<String, Object?> map, String key, ) { return (map[key] as List<Object?>?)?.let(coerceFloatList); }