copyWith abstract method

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

Implementation

SessionLogFilter copyWith({
  String? endpoint,
  String? method,
  String? futureCall,
  bool? slow,
  bool? error,
  bool? open,
  int? lastSessionLogId,
});