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
@_is.useResult
SessionLogInfo copyWith({
_i3jtimpl.SessionLogEntry? sessionLogEntry,
List<_inqjskye.QueryLogEntry>? queries,
List<_iv7ld46g.LogEntry>? logs,
List<_iky1nb92.MessageLogEntry>? messages,
});