toValue method
Implementation
String toValue() {
switch (this) {
case JobReportScope.allTasks:
return 'AllTasks';
case JobReportScope.failedTasksOnly:
return 'FailedTasksOnly';
}
}
String toValue() {
switch (this) {
case JobReportScope.allTasks:
return 'AllTasks';
case JobReportScope.failedTasksOnly:
return 'FailedTasksOnly';
}
}