copyWith abstract method

  1. @useResult
SessionLogInfo copyWith({
  1. SessionLogEntry? sessionLogEntry,
  2. List<QueryLogEntry>? queries,
  3. List<LogEntry>? logs,
  4. 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,
});