StragglerDebuggingInfo constructor

StragglerDebuggingInfo({
  1. HotKeyDebuggingInfo? hotKey,
})

Implementation

StragglerDebuggingInfo({
  this.hotKey,
});