toValue method
Implementation
String toValue() {
switch (this) {
case ThemeType.quicksight:
return 'QUICKSIGHT';
case ThemeType.custom:
return 'CUSTOM';
case ThemeType.all:
return 'ALL';
}
}
String toValue() {
switch (this) {
case ThemeType.quicksight:
return 'QUICKSIGHT';
case ThemeType.custom:
return 'CUSTOM';
case ThemeType.all:
return 'ALL';
}
}