LogData constructor

const LogData(
  1. DateTime time,
  2. int level,
  3. String type,
  4. String title, [
  5. String body,
])

Implementation

const factory LogData(DateTime time, int level, String type, String title,
    [String body]) = LogData._;