LimitFallback constructor

const LimitFallback({
  1. int? afterBytes,
  2. int? bytesPerSec,
  3. int? burstBytesPerSec,
})

Implementation

const factory LimitFallback({
  int? afterBytes,
  int? bytesPerSec,
  int? burstBytesPerSec,
}) = _LimitFallback;