toValue method
Implementation
String toValue() {
switch (this) {
case ComponentType.build:
return 'BUILD';
case ComponentType.test:
return 'TEST';
}
}
String toValue() {
switch (this) {
case ComponentType.build:
return 'BUILD';
case ComponentType.test:
return 'TEST';
}
}