TestRulesetResponse constructor
TestRulesetResponse({
- List<
Issue> ? issues, - List<
TestResult> ? testResults,
Implementation
TestRulesetResponse({
this.issues,
this.testResults,
});