DataAttributeValue.withBoolean constructor
- bool value
Creates a boolean data attribute value.
valueAttribute value.
Implementation
factory DataAttributeValue.withBoolean(bool value) => $prototype.withBoolean(value);
Creates a boolean data attribute value.
value Attribute value.factory DataAttributeValue.withBoolean(bool value) => $prototype.withBoolean(value);