PooledConnectionState class Null safety

Constructors

PooledConnectionState(String name)
const

Properties

hashCode int
The hash code for this object.
read-onlyinherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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')