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.CronFutureCallScheduling => 'CronFutureCallScheduling',
    _i13.DatabaseMigrationVersion => 'DatabaseMigrationVersion',
    _i14.DistributedCacheEntry => 'DistributedCacheEntry',
    _i15.AccessDeniedException => 'AccessDeniedException',
    _i16.FileNotFoundException => 'FileNotFoundException',
    _i17.FutureCallClaimEntry => 'FutureCallClaimEntry',
    _i18.FutureCallEntry => 'FutureCallEntry',
    _i12.IntervalFutureCallScheduling => 'IntervalFutureCallScheduling',
    _i19.LogEntry => 'LogEntry',
    _i20.LogLevel => 'LogLevel',
    _i21.LogResult => 'LogResult',
    _i22.LogSettings => 'LogSettings',
    _i23.LogSettingsOverride => 'LogSettingsOverride',
    _i24.MessageLogEntry => 'MessageLogEntry',
    _i25.MethodInfo => 'MethodInfo',
    _i26.QueryLogEntry => 'QueryLogEntry',
    _i27.ReadWriteTestEntry => 'ReadWriteTestEntry',
    _i28.RuntimeSettings => 'RuntimeSettings',
    _i29.ServerHealthConnectionInfo => 'ServerHealthConnectionInfo',
    _i30.ServerHealthMetric => 'ServerHealthMetric',
    _i31.ServerHealthResult => 'ServerHealthResult',
    _i32.ServerpodSqlException => 'ServerpodSqlException',
    _i33.SessionLogEntry => 'SessionLogEntry',
    _i34.SessionLogFilter => 'SessionLogFilter',
    _i35.SessionLogInfo => 'SessionLogInfo',
    _i36.SessionLogResult => 'SessionLogResult',
    _ => null,
  };
}