SessionLogFilter constructor

SessionLogFilter({
  1. String? endpoint,
  2. String? method,
  3. String? futureCall,
  4. required bool slow,
  5. required bool error,
  6. required bool open,
  7. int? lastSessionLogId,
})

Implementation

factory SessionLogFilter({
  String? endpoint,
  String? method,
  String? futureCall,
  required bool slow,
  required bool error,
  required bool open,
  int? lastSessionLogId,
}) = _SessionLogFilterImpl;