Attribute.fromDoubleList constructor
Create an Attribute from a list of double-precision floating-point values.
Implementation
Attribute.fromDoubleList(this.key, List<double> this.value) {
if (key == null) {
throw ArgumentError("key can't be null.");
}
}