SignalDecisionReportResponse constructor

SignalDecisionReportResponse({
  1. required String requestId,
})

Implementation

SignalDecisionReportResponse({
  required this.requestId,
});