menu
serverpod_postgres_pool package
documentation
postgres_pool.dart
PgConnectionStatus
PgConnectionStatus constructor
PgConnectionStatus constructor
dark_mode
light_mode
PgConnectionStatus
constructor
PgConnectionStatus
(
{
required
int
connectionId
,
required
bool
isIdle
,
required
DateTime
opened
,
})
Implementation
PgConnectionStatus({ required this.connectionId, required this.isIdle, required this.opened, });
serverpod_postgres_pool package
documentation
postgres_pool
PgConnectionStatus
PgConnectionStatus constructor
PgConnectionStatus class