copyWith abstract method
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,
});