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