Whether the end-of-stream bit (bit 1) is set in flags (Connect streaming).
flags
bool grpcFlagIsEndOfStream(int flags) => (flags & grpcFlagEndOfStream) != 0;