onDebugProfileBuildsEnabled method

bool? onDebugProfileBuildsEnabled()

Returns 'Adds 'Timeline' events' boolean indicator.

Implementation

bool? onDebugProfileBuildsEnabled() =>
    inDebugProfileBuildsEnabled?.call() ?? false;