copyWith abstract method
SessionLogInfo
copyWith({
- SessionLogEntry? sessionLogEntry,
- List<
QueryLogEntry> ? queries, - List<
LogEntry> ? logs, - List<
MessageLogEntry> ? messages,
Returns a shallow copy of this SessionLogInfo with some or all fields replaced by the given arguments.
Implementation
@_i1.useResult
SessionLogInfo copyWith({
_i2.SessionLogEntry? sessionLogEntry,
List<_i3.QueryLogEntry>? queries,
List<_i4.LogEntry>? logs,
List<_i5.MessageLogEntry>? messages,
});