Encodes a boolean value for the given key or id.
@override void encodeBool(String key, bool value, {int? id}) { tick(); _packer.packString(key); _packer.packBool(value); }