getInt static method

int? getInt(
  1. String key
)

Implementation

static int? getInt(String key) => getOption<int>(key).toNullable();