toValue method
Implementation
String toValue() {
switch (this) {
case ServiceNowBuildVersionType.london:
return 'LONDON';
case ServiceNowBuildVersionType.others:
return 'OTHERS';
}
}
String toValue() {
switch (this) {
case ServiceNowBuildVersionType.london:
return 'LONDON';
case ServiceNowBuildVersionType.others:
return 'OTHERS';
}
}