DataAttributeValue.withString constructor

DataAttributeValue.withString(
  1. String value
)

Creates a string data attribute value.

  • value Attribute value.

Implementation

factory DataAttributeValue.withString(String value) => $prototype.withString(value);