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

@_i1.useResult
SessionLogInfo copyWith({
  _i2.SessionLogEntry? sessionLogEntry,
  List<_i3.QueryLogEntry>? queries,
  List<_i4.LogEntry>? logs,
  List<_i5.MessageLogEntry>? messages,
});