DataAttributeValue.withString constructor - DataAttributeValue - mapview.datasource library - Dart API
DataAttributeValue.withString
DataAttributeValue.withString constructor
- String value
Creates a string data attribute value.
valueAttribute value.
Implementation
factory DataAttributeValue.withString(String value) => $prototype.withString(value);