toValue method
Implementation
String toValue() {
switch (this) {
case FlexMatchMode.standalone:
return 'STANDALONE';
case FlexMatchMode.withQueue:
return 'WITH_QUEUE';
}
}
String toValue() {
switch (this) {
case FlexMatchMode.standalone:
return 'STANDALONE';
case FlexMatchMode.withQueue:
return 'WITH_QUEUE';
}
}