verbose property

bool get verbose

Set before run

Implementation

bool get verbose => _verbose ??= parent?.verbose ?? false;