toValue method
Implementation
String toValue() {
switch (this) {
case S3ContinuousClassificationType.full:
return 'FULL';
}
}
String toValue() {
switch (this) {
case S3ContinuousClassificationType.full:
return 'FULL';
}
}