timelineWhitelistArguments top-level constant

const timelineWhitelistArguments = const <String, String> {'mode' : 'basic'}

Argument passed to Timeline events in order to cause those events to be shown in the developer-centric version of the Observatory Timeline.

See also:

Implementation

const Map<String, String> timelineWhitelistArguments = <String, String>{
  'mode': 'basic'
}