getClassNameForType static method

String? getClassNameForType(
  1. Type type
)

Implementation

static String? getClassNameForType(Type type) {
  return switch (type) {
    _i3.RevokedAuthenticationAuthId => 'RevokedAuthenticationAuthId',
    _i4.RevokedAuthenticationScope => 'RevokedAuthenticationScope',
    _i5.RevokedAuthenticationUser => 'RevokedAuthenticationUser',
    _i6.CacheInfo => 'CacheInfo',
    _i7.CachesInfo => 'CachesInfo',
    _i8.CloudStorageEntry => 'CloudStorageEntry',
    _i9.CloudStorageDirectUploadEntry => 'CloudStorageDirectUploadEntry',
    _i10.ClusterInfo => 'ClusterInfo',
    _i11.ClusterServerInfo => 'ClusterServerInfo',
    _i12.DatabaseMigrationVersion => 'DatabaseMigrationVersion',
    _i13.DistributedCacheEntry => 'DistributedCacheEntry',
    _i14.AccessDeniedException => 'AccessDeniedException',
    _i15.FileNotFoundException => 'FileNotFoundException',
    _i16.FutureCallClaimEntry => 'FutureCallClaimEntry',
    _i17.FutureCallEntry => 'FutureCallEntry',
    _i18.LogEntry => 'LogEntry',
    _i19.LogLevel => 'LogLevel',
    _i20.LogResult => 'LogResult',
    _i21.LogSettings => 'LogSettings',
    _i22.LogSettingsOverride => 'LogSettingsOverride',
    _i23.MessageLogEntry => 'MessageLogEntry',
    _i24.MethodInfo => 'MethodInfo',
    _i25.QueryLogEntry => 'QueryLogEntry',
    _i26.ReadWriteTestEntry => 'ReadWriteTestEntry',
    _i27.RuntimeSettings => 'RuntimeSettings',
    _i28.ServerHealthConnectionInfo => 'ServerHealthConnectionInfo',
    _i29.ServerHealthMetric => 'ServerHealthMetric',
    _i30.ServerHealthResult => 'ServerHealthResult',
    _i31.ServerpodSqlException => 'ServerpodSqlException',
    _i32.SessionLogEntry => 'SessionLogEntry',
    _i33.SessionLogFilter => 'SessionLogFilter',
    _i34.SessionLogInfo => 'SessionLogInfo',
    _i35.SessionLogResult => 'SessionLogResult',
    _ => null,
  };
}