getInt64 method - DataAttributesBase class - mapview.datasource library - Dart API
getInt64
getInt64 abstract method
- String name
Gets the value of a 64-bits integer attribute or null if it is not contained or the type doesn't match.
nameAttribute name.
Returns int?. Attribute value.
Implementation
int? getInt64(String name);