toValue method
Implementation
String toValue() {
switch (this) {
case ReportScope.failedFilesOnly:
return 'FAILED_FILES_ONLY';
}
}
String toValue() {
switch (this) {
case ReportScope.failedFilesOnly:
return 'FAILED_FILES_ONLY';
}
}