copyWith abstract method

MessageLogEntry copyWith({
  1. int? id,
  2. int? sessionLogId,
  3. String? serverId,
  4. int? messageId,
  5. String? endpoint,
  6. String? messageName,
  7. double? duration,
  8. String? error,
  9. String? stackTrace,
  10. bool? slow,
  11. int? order,
})

Implementation

MessageLogEntry copyWith({
  int? id,
  int? sessionLogId,
  String? serverId,
  int? messageId,
  String? endpoint,
  String? messageName,
  double? duration,
  String? error,
  String? stackTrace,
  bool? slow,
  int? order,
});