DataAttributeValue.withString constructor
- String value
Creates a string data attribute value.
valueAttribute value.
Implementation
factory DataAttributeValue.withString(String value) => $prototype.withString(value);
Creates a string data attribute value.
value Attribute value.factory DataAttributeValue.withString(String value) => $prototype.withString(value);