Sets a list of float values for key.
key
void setFloatArray(String key, List<double> value) { _addAttribute(key, 'floatArray', value); }