empty static method

Http3DataFrame empty()

Empty data frame.

Implementation

static Http3DataFrame empty() {
  return Http3DataFrame(data: []);
}