HttpData<T>.defaultValue constructor

HttpData<T>.defaultValue()

Implementation

HttpData.defaultValue(){
  httpError = HttpError.unknown();
}