Decodes the data as a nullable integer value.
@override int? decodeIntOrNull() { return _unpacker.unpackInt(); }