verbose property
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;
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.
final bool verbose;