BucketBySession constructor

BucketBySession({
  1. String? minDurationMillis,
})

Implementation

BucketBySession({
  this.minDurationMillis,
});