Whether the compression bit (bit 0) is set in flags.
flags
bool grpcFlagIsCompressed(int flags) => (flags & grpcFlagCompressed) != 0;