NetworkResponse<T>.withDisconnect constructor

NetworkResponse<T>.withDisconnect()

Implementation

NetworkResponse.withDisconnect() {
  log("withDisconnect");
  data = null;
}