verbose property

bool verbose
final

Whether the flutter build command should be executed with the --verbose flag.

If true, the output will be printed to the console. If false, the output will be silent.

Implementation

final bool verbose;