copyWith abstract method

LogEntry copyWith({
  1. int? id,
  2. int? sessionLogId,
  3. int? messageId,
  4. String? reference,
  5. String? serverId,
  6. DateTime? time,
  7. LogLevel? logLevel,
  8. String? message,
  9. String? error,
  10. String? stackTrace,
  11. int? order,
})

Implementation

LogEntry copyWith({
  int? id,
  int? sessionLogId,
  int? messageId,
  String? reference,
  String? serverId,
  DateTime? time,
  _i2.LogLevel? logLevel,
  String? message,
  String? error,
  String? stackTrace,
  int? order,
});