LogInfo constructor

LogInfo(
  1. String name,
  2. String absolutePath,
  3. int size,
  4. int duration,
  5. String date,
  6. int numberOfCheckpoints,
)

@brief Default constructor

Implementation

LogInfo(this.name, this.absolutePath, this.size, this.duration, this.date, this.numberOfCheckpoints);