onDebugProfileBuildsEnabled method
Returns 'Adds 'Timeline' events' boolean indicator.
Implementation
bool? onDebugProfileBuildsEnabled() =>
inDebugProfileBuildsEnabled?.call() ?? false;
Returns 'Adds 'Timeline' events' boolean indicator.
bool? onDebugProfileBuildsEnabled() =>
inDebugProfileBuildsEnabled?.call() ?? false;