verbosity property

  1. @override
int get verbosity
override

Verbosity threshold. Methods below honor this; if the level required exceeds verbosity, the call is a no-op.

Implementation

@override
int get verbosity => 0;