SimpleOverlayBaseLog constructor
Creates a new SimpleOverlayBaseLog instance.
Both timestamp
and tag
are required parameters as they are
fundamental to all log entries.
Implementation
const SimpleOverlayBaseLog({
required this.timestamp,
required this.tag,
});