copyWith abstract method

SessionLogInfo copyWith({
  1. SessionLogEntry? sessionLogEntry,
  2. List<QueryLogEntry>? queries,
  3. List<LogEntry>? logs,
  4. List<MessageLogEntry>? messages,
})

Implementation

SessionLogInfo copyWith({
  _i2.SessionLogEntry? sessionLogEntry,
  List<_i2.QueryLogEntry>? queries,
  List<_i2.LogEntry>? logs,
  List<_i2.MessageLogEntry>? messages,
});