intValue static method

Setting<int, int> intValue(
  1. Box box,
  2. String key, {
  3. required int defaultValue,
})

Implementation

static Setting<int, int> intValue(Box box, String key,
        {required int defaultValue}) =>
    simple<int>(box, key, defaultValue: defaultValue);