stringValue static method

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

Implementation

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