copyWith method

SetLogStream copyWith({
  1. LogStream? logStream,
})

Implementation

SetLogStream copyWith({LogStream? logStream}) =>
    SetLogStream(logStream: logStream ?? this.logStream);