getInteger abstract method

int? getInteger(
  1. String key
)

Obtains an Integer value associated with a given key.

  • key The name of the key for which to obtain the value.

Returns int?. The value associated with the key.

Implementation

int? getInteger(String key);