DataAttributeValue.withDouble constructor - DataAttributeValue - mapview.datasource library - Dart API
DataAttributeValue.withDouble
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);