DataAttributeValue.withArray constructor
- List<
DataAttributeValue> value
Creates an aggregated data attribute value.
valueAttribute value.
Implementation
factory DataAttributeValue.withArray(List<DataAttributeValue> value) => $prototype.withArray(value);