MCPQuery constructor

MCPQuery({
  1. LogLevel? level,
  2. DateTime? since,
  3. DateTime? until,
  4. String? message,
  5. Map<String, String>? context,
  6. String? sortBy,
  7. int? limit,
})

Implementation

MCPQuery({
  this.level,
  this.since,
  this.until,
  this.message,
  this.context,
  this.sortBy,
  this.limit,
});