copyWith method
Implementation
SignalDecisionReportResponse copyWith({String? requestId}) {
return SignalDecisionReportResponse(requestId: requestId ?? this.requestId);
}
SignalDecisionReportResponse copyWith({String? requestId}) {
return SignalDecisionReportResponse(requestId: requestId ?? this.requestId);
}