LogCollection constructor

LogCollection({
  1. int? maximumSize = 500,
  2. bool onlyStoreLogsInDebugMode = true,
})

Implementation

LogCollection({
  int? maximumSize = 500,
  this.onlyStoreLogsInDebugMode = true,
}) : _maximumSize = maximumSize;