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

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