DataAttributeValue.withInt64 constructor

DataAttributeValue.withInt64(
  1. int value
)

Creates a 64-bit integer data attribute value.

  • value Attribute value.

Implementation

factory DataAttributeValue.withInt64(int value) => $prototype.withInt64(value);