LostData.empty constructor

LostData.empty()

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

Implementation

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