Returns a value at key as bool.
key
bool
FormatException is thrown if an underlying value is unavailable or cannot be converted to bool.
@override bool getBool(K key) => toBoolValue(this[key]);