getInt static method

int? getInt(
  1. String key
)

Implementation

static int? getInt(String key) {
  return appMap[key] as int;
}