FixitDiagnosticsSnapshot constructor
const
FixitDiagnosticsSnapshot({})
Implementation
const FixitDiagnosticsSnapshot({
required this.viewId,
required this.currentUrl,
required this.progress,
required this.isLoading,
required this.memoryUsage,
required this.fps,
required this.errors,
});