toAnalyticsS3ExportFileFormat method
Implementation
AnalyticsS3ExportFileFormat toAnalyticsS3ExportFileFormat() {
switch (this) {
case 'CSV':
return AnalyticsS3ExportFileFormat.csv;
}
throw Exception('$this is not known in enum AnalyticsS3ExportFileFormat');
}