Encodes a nullable integer value.
@override void encodeIntOrNull(int? value) { tick(); _packer.packInt(value); }