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