History constructor

History(
  1. Type wrapped,
  2. List<String> message,
  3. Type? classLocation,
  4. String? functionLocation,
  5. Map<String, dynamic> monitor,
  6. Map<String, dynamic> debug,
  7. Iterable<Log> histories,
)

Implementation

History(this.wrapped, this.message, super.classLocation, super.functionLocation, super.monitor, super.debug, super.histories);