int? safeNullableInt(String key, {int? defaultValue}) { return safe(key).toNullableInt(defaultValue: defaultValue); }