toValue method
Implementation
String toValue() {
switch (this) {
case TrainingDataSourceEnum.externalEvents:
return 'EXTERNAL_EVENTS';
}
}
String toValue() {
switch (this) {
case TrainingDataSourceEnum.externalEvents:
return 'EXTERNAL_EVENTS';
}
}