profileQueries property
Whether queries should be added to the dart:developer
timeline.
By default, this is enabled if the dart.vm.product
compile-time variable
is not set to true
. For Flutter apps, this means that profileQueries
is enabled by default in debug and profile mode.
Implementation
final bool profileQueries;