errorMethodCount property

  1. @override
int get errorMethodCount

Controls the method count in provided stack traces.

This is used when a stack trace was provided via the error parameter.

Set to 0 in order to disable printing the provided stack trace.

See also:

Implementation

@override
int get errorMethodCount => _errorMethodCount;