MCPQuery class

MCP Query for advanced log filtering

Constructors

MCPQuery.new({LogLevel? level, DateTime? since, DateTime? until, String? message, Map<String, String>? context, String? sortBy, int? limit})
MCPQuery.fromJson(Map<String, dynamic> json)
factory

Properties

context Map<String, String>?
final
hashCode int
The hash code for this object.
no setterinherited
level LogLevel?
final
limit int?
final
message String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
since DateTime?
final
sortBy String?
final
until DateTime?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited