Encodes a boolean value for the given key or id.
@override void encodeBool(String key, bool value, {int? id}) { _value[key] = value; }