toAnalyticsS3ExportFileFormat method

AnalyticsS3ExportFileFormat toAnalyticsS3ExportFileFormat()

Implementation

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