getClassNameForType static method

String? getClassNameForType(
  1. Type type
)

Implementation

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