copyWith abstract method

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

Returns a shallow copy of this SessionLogFilter with some or all fields replaced by the given arguments.

Implementation

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