values property

Set<TracingCategory> values
final

Set of all values of TracingCategory.

Implementation

static final Set<TracingCategory> values = [
  TracingCategory.CATEGORIES_ALL,
  TracingCategory.CATEGORIES_ANDROID_WEBVIEW,
  TracingCategory.CATEGORIES_FRAME_VIEWER,
  TracingCategory.CATEGORIES_INPUT_LATENCY,
  TracingCategory.CATEGORIES_JAVASCRIPT_AND_RENDERING,
  TracingCategory.CATEGORIES_NONE,
  TracingCategory.CATEGORIES_RENDERING,
  TracingCategory.CATEGORIES_WEB_DEVELOPER,
].toSet();