DataAttributeValue.withFloat constructor

DataAttributeValue.withFloat(
  1. double value
)

Creates a single precision floating decimal data attribute value.

  • value Attribute value.

Implementation

factory DataAttributeValue.withFloat(double value) => $prototype.withFloat(value);