getClassNameForType static method

String? getClassNameForType(
  1. Type type
)

Implementation

static String? getClassNameForType(Type type) {
  return switch (type) {
    _i0ntvx71.RevokedAuthenticationAuthId => 'RevokedAuthenticationAuthId',
    _ivj17zej.RevokedAuthenticationScope => 'RevokedAuthenticationScope',
    _iubydmqj.RevokedAuthenticationUser => 'RevokedAuthenticationUser',
    _ihncus9g.CacheInfo => 'CacheInfo',
    _iuu4tkmh.CachesInfo => 'CachesInfo',
    _il44s43u.CloudStorageEntry => 'CloudStorageEntry',
    _i97jjzdk.CloudStorageDirectDownloadEntry =>
      'CloudStorageDirectDownloadEntry',
    _ihrv9246.CloudStorageDirectUploadEntry =>
      'CloudStorageDirectUploadEntry',
    _ix58cu06.ClusterInfo => 'ClusterInfo',
    _i0iseagh.ClusterServerInfo => 'ClusterServerInfo',
    _is8pd350.CronFutureCallScheduling => 'CronFutureCallScheduling',
    _i2x83mx1.DatabaseMigrationVersion => 'DatabaseMigrationVersion',
    _imsb8zuu.DistributedCacheEntry => 'DistributedCacheEntry',
    _ier2zjtm.AccessDeniedException => 'AccessDeniedException',
    _icej9e0v.FileNotFoundException => 'FileNotFoundException',
    _iil91lk2.FutureCallClaimEntry => 'FutureCallClaimEntry',
    _ipstj2hb.FutureCallEntry => 'FutureCallEntry',
    _is8pd350.IntervalFutureCallScheduling => 'IntervalFutureCallScheduling',
    _iv7ld46g.LogEntry => 'LogEntry',
    _iavjjqw5.LogLevel => 'LogLevel',
    _i6wf5evp.LogResult => 'LogResult',
    _illv0ea4.LogSettings => 'LogSettings',
    _i5sjxqb6.LogSettingsOverride => 'LogSettingsOverride',
    _iky1nb92.MessageLogEntry => 'MessageLogEntry',
    _iphoy7x3.MethodInfo => 'MethodInfo',
    _inqjskye.QueryLogEntry => 'QueryLogEntry',
    _i2c0cuss.ReadWriteTestEntry => 'ReadWriteTestEntry',
    _im7ye3v2.RuntimeSettings => 'RuntimeSettings',
    _igb3a02z.ServerHealthConnectionInfo => 'ServerHealthConnectionInfo',
    _i8823art.ServerHealthMetric => 'ServerHealthMetric',
    _ife0uun1.ServerHealthResult => 'ServerHealthResult',
    _i641wcmx.ServerpodSqlException => 'ServerpodSqlException',
    _i3jtimpl.SessionLogEntry => 'SessionLogEntry',
    _i2jy9zag.SessionLogFilter => 'SessionLogFilter',
    _i783h20h.SessionLogInfo => 'SessionLogInfo',
    _idz92mnt.SessionLogResult => 'SessionLogResult',
    _ => null,
  };
}