copyWith abstract method

  1. @useResult
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,
})

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

Implementation

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