toValue method
Implementation
String toValue() {
switch (this) {
case SlotValueSelectionStrategy.originalValue:
return 'ORIGINAL_VALUE';
case SlotValueSelectionStrategy.topResolution:
return 'TOP_RESOLUTION';
}
}
String toValue() {
switch (this) {
case SlotValueSelectionStrategy.originalValue:
return 'ORIGINAL_VALUE';
case SlotValueSelectionStrategy.topResolution:
return 'TOP_RESOLUTION';
}
}