ClosedScope constructor
ClosedScope({
- required LogScope scope,
- required bool success,
- required Duration duration,
- Object? error,
- StackTrace? stackTrace,
Captures the arguments passed to LogWriter.closeScope.
Implementation
ClosedScope({
required this.scope,
required this.success,
required this.duration,
this.error,
this.stackTrace,
});