copyWith method
Implementation
Trace copyWith({
ExceptionInfo? exception,
List<Frame>? frames,
String? rawTrace,
}) =>
Trace(exception: exception ?? this.exception, frames: frames ?? this.frames, rawTrace: rawTrace ?? this.rawTrace);
Trace copyWith({
ExceptionInfo? exception,
List<Frame>? frames,
String? rawTrace,
}) =>
Trace(exception: exception ?? this.exception, frames: frames ?? this.frames, rawTrace: rawTrace ?? this.rawTrace);