ScreenDebugInfo constructor
const
ScreenDebugInfo({})
Creates screen debug information for NativeLensDebug and NativeLensScreenTrace.
Implementation
const ScreenDebugInfo({
required this.screenName,
required this.filePath,
required this.routeName,
this.extra,
});