DataAttributeValue.withDouble constructor

DataAttributeValue.withDouble(
  1. double value
)

Creates a double precision floating decimal data attribute value.

  • value Attribute value.

Implementation

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