isVerbose property

bool isVerbose

Whether to print verbose logs to console

Implementation

bool get isVerbose => _get<bool>('verbose') ?? false;