Decodes the data as a boolean value.
@override bool decodeBool() { final key = keys.current; return decoder.decodeBool(key is String ? key : '', id: key is int ? key : null); }