maxDepth property

  1. @Deprecated('Not supported. Member documentation may have more information.')
int? maxDepth
getter/setter pair

The max depth of the traversal stack Robo can explore.

Needs to be at least 2 to make Robo explore the app beyond the first activity. Default is 50.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.int? maxDepth;