withLong method - DataAttributesBuilder class - mapview.datasource library - Dart API
withLong
withLong abstract method
- String name,
- int value
Configures the builder to add the given attribute.
-
nameAttribute name. -
valueAttribute value.
Returns DataAttributesBuilder. This data attributes builder instance.
Implementation
DataAttributesBuilder withLong(String name, int value);