toValue method
Implementation
String toValue() {
switch (this) {
case TargetType.containerInstance:
return 'container-instance';
}
}
String toValue() {
switch (this) {
case TargetType.containerInstance:
return 'container-instance';
}
}