boolValue static method

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

Implementation

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