PgConnectionStatus class

A snapshot of the connection's internal state.

Constructors

PgConnectionStatus({required int connectionId, required bool isIdle, required DateTime opened})

Properties

connectionId int
The numerical id of the connection.
final
hashCode int
The hash code for this object.
no setterinherited
isIdle bool
If the connection is open and not in use.
final
opened DateTime
The time when the connection was opened.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited