timelineArgumentsIndicatingLandmarkEvent top-level constant Null safety
Argument passed to dart:developer.Timeline events in order to cause those events to be shown in the developer-centric version of the Observatory Timeline.
Generally these indicate landmark events such as the build phase or layout.
DiagnosticsNode.toTimelineArguments includes these properties in its result.
See also:
- dart:developer.Timeline.startSync, which typically takes this value as
its
arguments
argument.
Implementation
const Map<String, String> timelineArgumentsIndicatingLandmarkEvent = <String, String>{
'mode': 'basic',
};