toValue method
Implementation
String toValue() {
switch (this) {
case ProcessingS3InputMode.pipe:
return 'Pipe';
case ProcessingS3InputMode.file:
return 'File';
}
}
String toValue() {
switch (this) {
case ProcessingS3InputMode.pipe:
return 'Pipe';
case ProcessingS3InputMode.file:
return 'File';
}
}