getBool abstract method

bool getBool(
  1. String key, {
  2. bool defaultValue = Config.defaultValueForBool,
})

Returns the value corresponding to the given key as a Boolean.

Implementation

bool getBool(
  String key, {
  bool defaultValue = Config.defaultValueForBool,
});