empty static method

Snapshot empty()

Implementation

static Snapshot empty() => Snapshot(
  protocolVersion: Protocol.version,
  timestamp: 0,
  settings: const DevToolsSettings(),
  samples: const [],
  batches: const [],
  timeline: const [],
);