toValue method
Implementation
String toValue() {
switch (this) {
case SourceType.salesforce:
return 'SALESFORCE';
case SourceType.zendesk:
return 'ZENDESK';
}
}
String toValue() {
switch (this) {
case SourceType.salesforce:
return 'SALESFORCE';
case SourceType.zendesk:
return 'ZENDESK';
}
}