assume value can be a config string: 'true', 'false', 'yes', 'no', 'on', 'off', '1', '0', ...
static bool? getBool(Object? value, [bool? defaultValue]) => converter.getBool(value, defaultValue);