droppedFrameCount property

int droppedFrameCount
final

Count of obfuscated frames that matched #NN abs … but were dropped because their symbol was not a Dart snapshot (e.g. Flutter engine, OS framework). Lets consumers distinguish "all frames filtered" from "parser found nothing" when frames is empty. Always 0 for symbolicated traces.

Implementation

final int droppedFrameCount;