toValue method
Implementation
String toValue() {
switch (this) {
case TestGridSessionArtifactCategory.video:
return 'VIDEO';
case TestGridSessionArtifactCategory.log:
return 'LOG';
}
}
String toValue() {
switch (this) {
case TestGridSessionArtifactCategory.video:
return 'VIDEO';
case TestGridSessionArtifactCategory.log:
return 'LOG';
}
}