TraceViewerApp constructor
const
TraceViewerApp({})
Implementation
const TraceViewerApp({
super.key,
this.filePath,
this.spans,
this.minTs,
this.maxTs,
this.fileSystem = const LocalFileSystem(),
});
const TraceViewerApp({
super.key,
this.filePath,
this.spans,
this.minTs,
this.maxTs,
this.fileSystem = const LocalFileSystem(),
});