copyWith abstract method

  1. @useResult
LogResult copyWith({
  1. List<LogEntry>? entries,
})

Returns a shallow copy of this LogResult with some or all fields replaced by the given arguments.

Implementation

@_i1.useResult
LogResult copyWith({List<_i2.LogEntry>? entries});