Get the integer value associated with the specified key.
int? getInt(String key, {int? defaultValue}) { assert(_key != null); return _decorator.getInt(key, defaultValue: defaultValue); }