VerificationResult constructor
VerificationResult({})
Implementation
VerificationResult({
required this.checkName,
required this.status,
this.message,
this.fixSuggestion,
this.details,
});
VerificationResult({
required this.checkName,
required this.status,
this.message,
this.fixSuggestion,
this.details,
});