DataAttributeValue.withBoolean constructor

DataAttributeValue.withBoolean(
  1. bool value
)

Creates a boolean data attribute value.

  • value Attribute value.

Implementation

factory DataAttributeValue.withBoolean(bool value) => $prototype.withBoolean(value);