toggleLinkUtilization method

void toggleLinkUtilization({
  1. bool on = true,
})

Should we capture link utilization.

This is helpful to exclude certain time windows from the aggregate calculation.

Implementation

void toggleLinkUtilization({bool on = true}) => _linkUtilizationEnabled = on;