OutputLogEntry constructor
const
OutputLogEntry({
- required String line,
- required OutputSource source,
- required DateTime timestamp,
Creates an output log entry.
Implementation
const OutputLogEntry({
required this.line,
required this.source,
required this.timestamp,
});