getInt abstract method

int? getInt(
  1. K key, [
  2. int? defaultValue
])

Implementation

int?           getInt(K key, [int?    defaultValue]);