empty static method

DohResponse empty()

Implementation

static DohResponse empty() {
  return DohResponse(data: {}, statusCode: 0, message: "");
}