wsCategory top-level property

ISpectTraceCategory wsCategory
final

Implementation

final wsCategory = ISpectTraceCategory(
  id: TraceCategoryIds.ws,
  successKey: ISpectLogType.wsReceived.key,
  errorKey: ISpectLogType.wsError.key,
  secondaryKey: ISpectLogType.wsSent.key,
  secondaryOperations: const {'send'},
);