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