isVerbose property

bool get isVerbose

Whether to print verbose logs to console

Implementation

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