getInt64 abstract method

int? getInt64(
  1. String name
)

Gets the value of a 64-bits integer attribute or null if it is not contained or the type doesn't match.

  • name Attribute name.

Returns int?. Attribute value.

Implementation

int? getInt64(String name);