DataAttributeValue.withInt64 constructor
- int value
Creates a 64-bit integer data attribute value.
valueAttribute value.
Implementation
factory DataAttributeValue.withInt64(int value) => $prototype.withInt64(value);
Creates a 64-bit integer data attribute value.
value Attribute value.factory DataAttributeValue.withInt64(int value) => $prototype.withInt64(value);