UApiLogStatsParams constructor

UApiLogStatsParams({
  1. DateTime? fromCreatedAt,
  2. DateTime? toCreatedAt,
  3. String bucket = "hour",
})

Implementation

UApiLogStatsParams({
  this.fromCreatedAt,
  this.toCreatedAt,
  this.bucket = "hour",
});