DataAttributeValue.withDouble constructor
- double value
Creates a double precision floating decimal data attribute value.
valueAttribute value.
Implementation
factory DataAttributeValue.withDouble(double value) => $prototype.withDouble(value);
Creates a double precision floating decimal data attribute value.
value Attribute value.factory DataAttributeValue.withDouble(double value) => $prototype.withDouble(value);