LogScope constructor
const
LogScope({})
Creates a scope. Prefer LogScope.root or child over calling this directly.
Implementation
const LogScope({
required this.id,
required this.label,
required this.startTime,
this.parent,
this.metadata,
});