PooledConnectionState class Null safety
Constructors
- PooledConnectionState(String name)
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- available → const PooledConnectionState
-
const PooledConnectionState('available')
- closed → const PooledConnectionState
-
const PooledConnectionState('closed')
- connecting → const PooledConnectionState
-
const PooledConnectionState('connecting')
- inUse → const PooledConnectionState
-
const PooledConnectionState('inUse')
- reserved → const PooledConnectionState
-
const PooledConnectionState('reserved')
- testing → const PooledConnectionState
-
const PooledConnectionState('testing')