inApp property

bool? inApp
final

Signifies whether this frame is related to the execution of the relevant code in this stacktrace.

For example, the frames that might power the framework’s web server of your app are probably not relevant, however calls to the framework’s library once you start handling code likely are.

Implementation

final bool? inApp;