attributeDoubleList method
Creates an AttributeValue for the given double.
Implementation
@override
Attribute<List<double>> attributeDoubleList(String key, List<double> value) {
return AttributeCreate.create(key, value);
}
Creates an AttributeValue for the given double.
@override
Attribute<List<double>> attributeDoubleList(String key, List<double> value) {
return AttributeCreate.create(key, value);
}