LostDataResponse.empty constructor

LostDataResponse.empty()

Initializes an instance with all member params set to null and considered to be empty.

Implementation

LostDataResponse.empty()
    : file = null,
      exception = null,
      type = null,
      _empty = true,
      files = null;