toStorageClassAnalysisSchemaVersion method

StorageClassAnalysisSchemaVersion toStorageClassAnalysisSchemaVersion()

Implementation

StorageClassAnalysisSchemaVersion toStorageClassAnalysisSchemaVersion() {
  switch (this) {
    case 'V_1':
      return StorageClassAnalysisSchemaVersion.v_1;
  }
  throw Exception(
      '$this is not known in enum StorageClassAnalysisSchemaVersion');
}