LogEntry constructor

LogEntry({
  1. int line,
  2. int level,
  3. String tag,
  4. String method,
  5. String file,
  6. String text,
  7. String url,
})

Implementation

external factory LogEntry({
  int line,
  int level,
  String tag,
  String method,
  String file,
  String text,
  String url,
});