ReportResponse constructor
ReportResponse({
- List<
ReportError> ? reportErrors, - String? serviceConfigId,
- String? serviceRolloutId,
Implementation
ReportResponse({
this.reportErrors,
this.serviceConfigId,
this.serviceRolloutId,
});